...
|
...
|
@@ -573,7 +573,7 @@ WARN_LOGFILE = |
|
|
# directories like "/usr/src/myproject". Separate the files or directories
|
|
|
# with spaces.
|
|
|
|
|
|
# INPUT = /Users/hal/DevelopmentSandbox/route-me-dev/MapView
|
|
|
# INPUT = /Users/dimitri/doxygen/mail/1.5.7/doxywizard
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
...
|
...
|
@@ -770,7 +770,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
|
...
|
...
|
@@ -986,7 +986,7 @@ ENUM_VALUES_PER_LINE = 4 |
|
|
# releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE
|
|
|
# respectively.
|
|
|
|
|
|
GENERATE_TREEVIEW = NONE
|
|
|
GENERATE_TREEVIEW = ALL
|
|
|
|
|
|
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
|
|
|
# used to set the initial width (in pixels) of the frame in which the tree
|
...
|
...
|
|