From 20523dd9f2c2a32beab618bfe24ce953df27509e Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sun, 9 Mar 2008 18:13:09 +0000 Subject: [PATCH] remove spurious \b git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/Doxyfile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0