From: Francesco Montorsi Date: Sun, 24 Feb 2008 17:25:11 +0000 (+0000) Subject: adding reminder of a few ideas about new ALIASES X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/048398c7bbffc253421e19771aabcff72669e677 adding reminder of a few ideas about new ALIASES git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index a4bec74eeb..b445feb665 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -66,6 +66,15 @@ ALIASES += library{1}="\section class_lib Library\n \ref page_libs_\1" ALIASES += nolibrary="\section class_lib Library\n None; this class implementation is entirely header-based." ALIASES += stdobjects="\section class_stdobj Predefined objects\n \b" +# FIXME: we could also introduce additional tags for adding wx-specific infos +# to the documented classes/functions; some ideas are: +# @category{GUI classes} +# @nativeimpl{wxgtk,wxmsw} +# @genericimpl{wxuniv,wxmac} +# @onlyfor{wxmsw} +# @appeareance{button.png} + + # IMPORTANT: the default \sa command does not generate a \section! ALIASES += seealso="\section class_sa See also\n" @@ -82,7 +91,7 @@ ALIASES += true="true" ALIASES += false="false" ALIASES += NULL="NULL" -# NOTE: we could put aliases also for e.g. @wxDefaultSize, @wxDefaultPosition, @wxID_ANY, +# FIXME: we could put aliases also for e.g. @wxDefaultSize, @wxDefaultPosition, @wxID_ANY, # @wxEmptyString, @wxNullIcon, etc etc # table aliases for 2 and 3 column tables