Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
542050ba
Commit
542050ba
authored
Jul 10, 2013
by
Alexandre Duret-Lutz
Browse files
* doc/Doxyfile.in: Hide private functions and member. Enable search.
parent
7f31d703
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Doxyfile.in
View file @
542050ba
...
...
@@ -354,12 +354,12 @@ LOOKUP_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES
EXTRACT_ALL =
YES
EXTRACT_ALL =
NO
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
EXTRACT_PRIVATE =
YES
EXTRACT_PRIVATE =
NO
# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
# scope will be included in the documentation.
...
...
@@ -369,13 +369,13 @@ EXTRACT_PACKAGE = NO
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
EXTRACT_STATIC =
YES
EXTRACT_STATIC =
NO
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.
# If set to NO only classes defined in header files are included.
EXTRACT_LOCAL_CLASSES =
YES
EXTRACT_LOCAL_CLASSES =
NO
# This flag is only useful for Objective-C code. When set to YES local
# methods, which are defined in the implementation section but not in
...
...
@@ -705,11 +705,12 @@ EXCLUDE_SYMLINKS = YES
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
EXCLUDE_PATTERNS = */
*tgbaparse
/location.hh \
*/
*tgbaparse/stack
.hh \
*/*
tgba
parse/
position
.hh \
EXCLUDE_PATTERNS = */
misc
/location.hh \
*/
misc/position
.hh \
*/*parse/
stack
.hh \
*/*parse/*parse*.hh \
*test/*
*test/* \
*priv/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
...
...
@@ -854,7 +855,7 @@ VERBATIM_HEADERS = YES
# of all compounds will be generated. Enable this if the project
# contains a lot of classes, structs, unions or interfaces.
ALPHABETICAL_INDEX =
NO
ALPHABETICAL_INDEX =
YES
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
...
...
@@ -1236,7 +1237,7 @@ MATHJAX_CODEFILE =
# typically be disabled. For large projects the javascript based search engine
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
SEARCHENGINE =
NO
SEARCHENGINE =
YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a web server instead of a web client using Javascript.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment