]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/mainpages/devtips.h
removed wxAcceleratorTable copy ctor docs, no port implements it
[wxWidgets.git] / docs / doxygen / mainpages / devtips.h
index a58bc33893348638321b8c3753f1e1cc0d1ffb27..80c4daca55d3b3557dae54c3074bbd8e84a0e3a6 100644 (file)
@@ -7,7 +7,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
-/*!
+/**
 
  @page page_multiplatform Multi-platform development with wxWidgets
 
@@ -69,7 +69,7 @@
 
  Most ports of wxWidgets can create either a static library or a shared
  library. wxWidgets can also be built in multilib and monolithic variants.
- See the @ref libraries_page for more information on these.
+ See the @ref page_libs for more information on these.
 
 
 
  as well).
 
  The macros handling bit-swapping with respect to the applications endianness
- are described in the @ref byteordermacros section.
+ are described in the @ref page_macro_cat_byteorder section.
 
 
 
  One of the purposes of wxWidgets is to reduce the need for conditional
  compilation in source code, which can be messy and confusing to follow.
  However, sometimes it is necessary to incorporate platform-specific
- features (such as metafile use under MS Windows). The @ref wxusedef
+ features (such as metafile use under MS Windows). The @ref page_wxusedef
  symbols listed in the file @c setup.h may be used for this purpose,
  along with any user-supplied ones.
 
  Of course, there are also 3rd party utilities such as @c dos2unix and @c unix2dos
  which do the EOL conversions.
 
- See also the @ref filefunctions section of the reference
+ See also the @ref page_func_cat_file section of the reference
  manual for the description of miscellaneous file handling functions.
 
 */