X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42b9f2001e3c6197a2b21a6a7901f75c93367ec3..2028c33ab5a39a12bd410ac953731a56ad6377ba:/utils/ifacecheck/README.txt diff --git a/utils/ifacecheck/README.txt b/utils/ifacecheck/README.txt index df2fdc854b..6630172816 100644 --- a/utils/ifacecheck/README.txt +++ b/utils/ifacecheck/README.txt @@ -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.