automated ifacecheck fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-01-08 15:36:37 +00:00
parent 3adf5bcf2d
commit d56f17d882
7 changed files with 20 additions and 20 deletions

View File

@@ -6,12 +6,12 @@
This utility compares the wxWidgets real interface contained in the "include"
hierarchy with the wxWidgets interface used for documentation purposes and
kept in the @c interface hierarchy.
kept in the "interface" hierarchy.
Ifacecheck warns about incoherences (mainly wrong prototype signatures) and
can even correct them automatically. It uses the XML outputs of the gccxml utility
(see http://www.gccxml.org) and of the Doxygen utility (see http://www.doxygen.org)
to do the comparisons.
to do the comparison.
It's explicitely designed for wxWidgets documentation needs and is probably of little
use for anything else than wxWidgets docs reviewing.