From: Vadim Zeitlin Date: Tue, 2 Sep 2008 13:00:41 +0000 (+0000) Subject: don't set SHOW_FILES, its value is yes by default anyhow and using it provokes a... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/70231bce2d6387a79396906f8743a3af70d751c0 don't set SHOW_FILES, its value is yes by default anyhow and using it provokes a warning from older doxygen versions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/Doxyfile_inc b/docs/doxygen/Doxyfile_inc index 968fb9b282..b15552319e 100644 --- a/docs/doxygen/Doxyfile_inc +++ b/docs/doxygen/Doxyfile_inc @@ -132,6 +132,7 @@ ALIASES += row3col{7}="\1 \2 \3,\4,\5,\6,\7" ALIASES += row3col{8}="\1 \2 \3,\4,\5,\6,\7,\8" ALIASES += row3col{9}="\1 \2 \3,\4,\5,\6,\7,\8,\9" ALIASES += row3col{10}="\1 \2 \3,\4,\5,\6,\7,\8,\9,\10" +ALIASES += hdr3col{3}="\1 \2 \3" ALIASES += endTable="" # definition list aliases @@ -211,7 +212,7 @@ ENABLED_SECTIONS = WXPERL_MANUAL WXPYTHON_MANUAL MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = NO SHOW_DIRECTORIES = YES -SHOW_FILES = YES # Doxygen 1.5.6+ +#SHOW_FILES = YES # Doxygen 1.5.6+ only FILE_VERSION_FILTER = #---------------------------------------------------------------------------