X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70231bce2d6387a79396906f8743a3af70d751c0..eb63011d3f99e0e4f97ec6f0e2319bd4deee9b4f:/docs/doxygen/Doxyfile_inc diff --git a/docs/doxygen/Doxyfile_inc b/docs/doxygen/Doxyfile_inc index b15552319e..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:
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
\1 | \2 | ||||
\1 | \2,\3 | ||||
\1 | \2,\3,\4 | ||||
\1 | \2 | \3,\4,\5,\6,\7,\8 | \1 | \2 | \3,\4,\5,\6,\7,\8,\9 |
\1 | \2 | \3,\4,\5,\6,\7,\8,\9,\10 | |||
\1 | \2 | \3 |
---|