X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30738aae14dfbce0c492d8696c861947228028c2..520746acb5abef1a7387236fcece99566cf89ace:/docs/doxygen/Doxyfile.inc?ds=inline diff --git a/docs/doxygen/Doxyfile.inc b/docs/doxygen/Doxyfile.inc index c441c0dd00..6c72a4082d 100644 --- a/docs/doxygen/Doxyfile.inc +++ b/docs/doxygen/Doxyfile.inc @@ -61,19 +61,24 @@ ALIASES += endStyleTable="\n" ALIASES += beginExtraStyleTable="\section class_extrastyles Extra Styles\n" ALIASES += endExtraStyleTable="\n" -# misc aliases -ALIASES += library{1}="\section class_lib Library\n \ref page_libs_\1" +# aliases for additional wx-specific infos +ALIASES += library{1}="\section class_lib Library\n Belongs to library \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" +ALIASES += category{1}="\section class_category Category\n \1" -# 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} +# aliases with references to wxWidgets ports +ALIASES += nativeimpl{1}="\section class_impl Implementations\n Native implementations are used for \ref page_port_\1 port; generic implementation is used elsewhere." +ALIASES += nativeimpl{2}="\section class_impl Implementations\n Native implementations are used for \ref page_port_\1, \ref page_port_\2 ports; generic implementation is used elsewhere." +ALIASES += nativeimpl{3}="\section class_impl Implementations\n Native implementations are used for \ref page_port_\1, \ref page_port_\2, \ref page_port_\3 ports; generic implementation is used elsewhere." +ALIASES += nativeimpl{4}="\section class_impl Implementations\n Native implementations are used for \ref page_port_\1, \ref page_port_\2, \ref page_port_\3, \ref page_port_\4 ports; generic implementation is used elsewhere." +ALIASES += onlyfor{1}="\section class_onlyfor Availability\n Only available for the \ref page_port_\1 port." +ALIASES += onlyfor{2}="\section class_onlyfor Availability\n Only available for the \ref page_port_\1, \ref page_port_\2 ports." +ALIASES += onlyfor{3}="\section class_onlyfor Availability\n Only available for the \ref page_port_\1, \ref page_port_\2, \ref page_port_\3 ports." +ALIASES += onlyfor{4}="\section class_onlyfor Availability\n Only available for the \ref page_port_\1, \ref page_port_\2, \ref page_port_\3, \ref page_port_\4 ports." +# creates appearance section: this should be used for all main GUI controls +ALIASES += appearance{1}="\section class_appearance Appearance\n @htmlonly Screenshots for this widget:
wxMSW appearance | wxGTK appearance | wxMac appearance |