File tree Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ DISTRIBUTE_GROUP_DOC = NO
370
370
# is disabled and one has to add nested compounds explicitly via \ingroup.
371
371
# The default value is: NO.
372
372
373
- GROUP_NESTED_COMPOUNDS = NO
373
+ # GROUP_NESTED_COMPOUNDS = NO
374
374
375
375
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
376
376
# (for instance a group of public functions) to be put as a subgroup of that
@@ -1025,15 +1025,15 @@ VERBATIM_HEADERS = YES
1025
1025
# compiled with the --with-libclang option.
1026
1026
# The default value is: NO.
1027
1027
1028
- CLANG_ASSISTED_PARSING = NO
1028
+ # CLANG_ASSISTED_PARSING = NO
1029
1029
1030
1030
# If clang assisted parsing is enabled you can provide the compiler with command
1031
1031
# line options that you would normally use when invoking the compiler. Note that
1032
1032
# the include paths will already be set by doxygen for the files and directories
1033
1033
# specified with INPUT and INCLUDE_PATH.
1034
1034
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1035
1035
1036
- CLANG_OPTIONS =
1036
+ # CLANG_OPTIONS =
1037
1037
1038
1038
# ---------------------------------------------------------------------------
1039
1039
# Configuration options related to the alphabetical class index
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ DISTRIBUTE_GROUP_DOC = NO
370
370
# is disabled and one has to add nested compounds explicitly via \ingroup.
371
371
# The default value is: NO.
372
372
373
- GROUP_NESTED_COMPOUNDS = NO
373
+ # GROUP_NESTED_COMPOUNDS = NO
374
374
375
375
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
376
376
# (for instance a group of public functions) to be put as a subgroup of that
@@ -1025,15 +1025,15 @@ VERBATIM_HEADERS = YES
1025
1025
# compiled with the --with-libclang option.
1026
1026
# The default value is: NO.
1027
1027
1028
- CLANG_ASSISTED_PARSING = NO
1028
+ # CLANG_ASSISTED_PARSING = NO
1029
1029
1030
1030
# If clang assisted parsing is enabled you can provide the compiler with command
1031
1031
# line options that you would normally use when invoking the compiler. Note that
1032
1032
# the include paths will already be set by doxygen for the files and directories
1033
1033
# specified with INPUT and INCLUDE_PATH.
1034
1034
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1035
1035
1036
- CLANG_OPTIONS =
1036
+ # CLANG_OPTIONS =
1037
1037
1038
1038
#---------------------------------------------------------------------------
1039
1039
# Configuration options related to the alphabetical class index
Original file line number Diff line number Diff line change 29
29
30
30
@{
31
31
@defgroup xapi_sess Session operations
32
- @ingroup xapi
33
32
34
33
@defgroup xapi_coll Statements operating on document collections
35
- @ingroup xapi
36
34
37
35
@defgroup xapi_tbl Statements operating on tables
38
- @ingroup xapi
39
36
40
37
@defgroup xapi_sql SQL execution
41
- @ingroup xapi
42
38
43
39
@defgroup xapi_ddl DDL statements
44
- @ingroup xapi
45
40
46
41
@note To create a table or a view, use reqular SQL statement.
47
42
48
43
@defgroup xapi_stmt Statement execution
49
- @ingroup xapi
50
44
51
45
@defgroup xapi_res Result processing
52
- @ingroup xapi
53
46
54
47
@defgroup xapi_md Meta data access
55
- @ingroup xapi_res
56
48
57
49
@defgroup xapi_diag Diganostics
58
- @ingroup xapi
59
50
@}
60
51
*/
61
52
You can’t perform that action at this time.
0 commit comments