From: Francesco Montorsi Date: Sun, 9 Mar 2008 18:13:09 +0000 (+0000) Subject: remove spurious \b X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/20523dd9f2c2a32beab618bfe24ce953df27509e remove spurious \b git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/Doxyfile.inc b/docs/doxygen/Doxyfile.inc index 76f699a454..82a734ee94 100644 --- a/docs/doxygen/Doxyfile.inc +++ b/docs/doxygen/Doxyfile.inc @@ -66,7 +66,7 @@ ALIASES += endExtraStyleTable="\n" # 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 += stdobjects="\section class_stdobj Predefined objects\n" ALIASES += category{1}="\section class_category Category\n \ref page_class_cat_\1" # aliases with references to wxWidgets ports