]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ifacecheck/README.txt
Fix unit tests compilation in STL build.
[wxWidgets.git] / utils / ifacecheck / README.txt
index df2fdc854b05f5321aaf319db181db0d00465a08..8b676b2cdb53035d0c4151497289af9b91e67149 100644 (file)
@@ -6,14 +6,14 @@
 
  This utility compares the wxWidgets real interface contained in the "include"
  hierarchy with the wxWidgets interface used for documentation purposes and
 
  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)
 
  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
+ It's explicitly designed for wxWidgets documentation needs and is probably of little
  use for anything else than wxWidgets docs reviewing.
 
 
  use for anything else than wxWidgets docs reviewing.