X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..88a6739128bcb9b5b68f0c2e74170ef62663b3a7:/docs/doxygen/Doxyfile_inc
diff --git a/docs/doxygen/Doxyfile_inc b/docs/doxygen/Doxyfile_inc
index 968fb9b282..7a1be90942 100644
--- a/docs/doxygen/Doxyfile_inc
+++ b/docs/doxygen/Doxyfile_inc
@@ -17,7 +17,7 @@ OUTPUT_DIRECTORY = out
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
BRIEF_MEMBER_DESC = YES
-REPEAT_BRIEF = NO
+REPEAT_BRIEF = YES
ABBREVIATE_BRIEF =
ALWAYS_DETAILED_SEC = YES
INLINE_INHERITED_MEMB = NO
@@ -26,7 +26,7 @@ STRIP_FROM_PATH = "$(WXWIDGETS)/"
STRIP_FROM_INC_PATH = "$(WXWIDGETS)/include/" \
"$(WXWIDGETS)/interface/"
SHORT_NAMES = NO
-JAVADOC_AUTOBRIEF = NO
+JAVADOC_AUTOBRIEF = YES
QT_AUTOBRIEF = NO
MULTILINE_CPP_IS_BRIEF = NO
DETAILS_AT_TOP = YES
@@ -48,7 +48,8 @@ SUBGROUPING = YES
# us to keep the headers readable and "implement" wxWidgets-specific commands.
# event aliases
-ALIASES = beginEventTable{1}="\nEvents:
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
void handlerFuncName(\1& event)
Event macros:"
+ALIASES = beginEventTable{1}="\n
Events:The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
void handlerFuncName(\1& event)
Event macros:
"
+ALIASES += beginEventTable{2}="\n
Events:The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
void handlerFuncName(\1& event) or void handlerFuncName(\2& event)
Event macros:
"
ALIASES += event{1}="
\li
\1:
"
ALIASES += event{2}="
\li
\1, \2:
"
ALIASES += event{3}="
\li
\1, \2, \3:
"
@@ -113,8 +114,8 @@ ALIASES += if_="
\#if"
ALIASES += endif_="
\#endif"
# table aliases for 2 and 3 column tables
-ALIASES += beginTable="
"
-ALIASES += beginInvisibleTable=""
+ALIASES += beginTable=""
+ALIASES += beginInvisibleTable=""
ALIASES += row2col{2}="\1 | \2 |
"
ALIASES += row2col{3}="\1 | \2,\3 |
"
ALIASES += row2col{4}="\1 | \2,\3,\4 |
"
@@ -132,7 +133,8 @@ 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 += endTable="
"
+ALIASES += hdr3col{3}="\1 | \2 | \3 |
"
+ALIASES += endTable="
"
# definition list aliases
# a definition list currently is rendered as 2-column table but it may use as
@@ -151,6 +153,7 @@ ALIASES += itemdef{8}="\1 | \2,\3,\4
ALIASES += itemdef{9}=" |
\1 | \2,\3,\4,\5,\6,\7,\8,\9 |
"
ALIASES += itemdef{10}="\1 | \2,\3,\4,\5,\6,\7,\8,\9,\10 |
"
ALIASES += endDefList="
"
+ALIASES += stock{3}="\1 | @image html gtk-\2.png\n | \3 |
"
# See ENABLED_SECTIONS configuration key for more info about these:
ALIASES += beginWxPerlOnly="\if WXPERL_MANUAL wxPerl Note: "
@@ -211,7 +214,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 =
#---------------------------------------------------------------------------