Skip to content

Commit 195d4fb

Browse files
committed
docs: make it work with older versions of doxygen
1 parent 6877bd1 commit 195d4fb

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

doc/doxygen.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ DISTRIBUTE_GROUP_DOC = NO
370370
# is disabled and one has to add nested compounds explicitly via \ingroup.
371371
# The default value is: NO.
372372

373-
GROUP_NESTED_COMPOUNDS = NO
373+
#GROUP_NESTED_COMPOUNDS = NO
374374

375375
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
376376
# (for instance a group of public functions) to be put as a subgroup of that
@@ -1025,15 +1025,15 @@ VERBATIM_HEADERS = YES
10251025
# compiled with the --with-libclang option.
10261026
# The default value is: NO.
10271027

1028-
CLANG_ASSISTED_PARSING = NO
1028+
#CLANG_ASSISTED_PARSING = NO
10291029

10301030
# If clang assisted parsing is enabled you can provide the compiler with command
10311031
# line options that you would normally use when invoking the compiler. Note that
10321032
# the include paths will already be set by doxygen for the files and directories
10331033
# specified with INPUT and INCLUDE_PATH.
10341034
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
10351035

1036-
CLANG_OPTIONS =
1036+
#CLANG_OPTIONS =
10371037

10381038
#---------------------------------------------------------------------------
10391039
# Configuration options related to the alphabetical class index

doc/doxygen.cfg.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ DISTRIBUTE_GROUP_DOC = NO
370370
# is disabled and one has to add nested compounds explicitly via \ingroup.
371371
# The default value is: NO.
372372

373-
GROUP_NESTED_COMPOUNDS = NO
373+
#GROUP_NESTED_COMPOUNDS = NO
374374

375375
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
376376
# (for instance a group of public functions) to be put as a subgroup of that
@@ -1025,15 +1025,15 @@ VERBATIM_HEADERS = YES
10251025
# compiled with the --with-libclang option.
10261026
# The default value is: NO.
10271027

1028-
CLANG_ASSISTED_PARSING = NO
1028+
#CLANG_ASSISTED_PARSING = NO
10291029

10301030
# If clang assisted parsing is enabled you can provide the compiler with command
10311031
# line options that you would normally use when invoking the compiler. Note that
10321032
# the include paths will already be set by doxygen for the files and directories
10331033
# specified with INPUT and INCLUDE_PATH.
10341034
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
10351035

1036-
CLANG_OPTIONS =
1036+
#CLANG_OPTIONS =
10371037

10381038
#---------------------------------------------------------------------------
10391039
# Configuration options related to the alphabetical class index

include/mysql_xapi.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,24 @@
2929
3030
@{
3131
@defgroup xapi_sess Session operations
32-
@ingroup xapi
3332
3433
@defgroup xapi_coll Statements operating on document collections
35-
@ingroup xapi
3634
3735
@defgroup xapi_tbl Statements operating on tables
38-
@ingroup xapi
3936
4037
@defgroup xapi_sql SQL execution
41-
@ingroup xapi
4238
4339
@defgroup xapi_ddl DDL statements
44-
@ingroup xapi
4540
4641
@note To create a table or a view, use reqular SQL statement.
4742
4843
@defgroup xapi_stmt Statement execution
49-
@ingroup xapi
5044
5145
@defgroup xapi_res Result processing
52-
@ingroup xapi
5346
5447
@defgroup xapi_md Meta data access
55-
@ingroup xapi_res
5648
5749
@defgroup xapi_diag Diganostics
58-
@ingroup xapi
5950
@}
6051
*/
6152

0 commit comments

Comments
 (0)