]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0021.txt
update generation info and mention that you need doxygen >= 1.5.4 to correctly regen...
[wxWidgets.git] / docs / tech / tn0021.txt
index 37db12d44399d766dd63a8867a8103dc6ad6a2b0..beb0283924aaa7f7ce52f451a1ba24ea65b71545 100644 (file)
@@ -50,7 +50,7 @@ c) update configure.in
    Here you need to add DEFAULT_wxUSE_FOO define. It should be added in the
    block beginning after WX_ARG_CACHE_INIT line and should default to "no" for
    "if DEBUG_CONFIGURE = 1" branch (this is used for absolutely minimal builds)
-   and the same as default valye in setup_inc.h in the "else" branch.
+   and the same as default value in setup_inc.h in the "else" branch.
 
    You also need to add a WX_ARG_ENABLE (or, if new functionality can be
    reasonably described as support for a 3rd party library, WX_ARG_WITH)
@@ -63,9 +63,8 @@ c) update configure.in
 3. Documentation
 ----------------
 
-Currently wxUSE_XXXs are not documented, except for a few important global ones
-which are in docs/latex/wx/cppconst.tex. So normally there is nothing to do
-(but this could change in the future).
+Currently wxUSE_XXXs are documented in docs/latex/wx/wxusedef.tex and a few 
+important global ones are in docs/latex/wx/cppconst.tex.
 
 
 === EOF ===