@@ -52,7 +52,7 @@ PROJECT_LOGO =
5252# If a relative path is entered, it will be relative to the location
5353# where doxygen was started. If left blank the current directory will be used.
5454
55- OUTPUT_DIRECTORY = ../doc/libember
55+ OUTPUT_DIRECTORY = ../build/ doc/libember
5656
5757# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
5858# 4096 sub-directories (in 2 levels) under the output directory of each output
@@ -303,22 +303,6 @@ INLINE_SIMPLE_STRUCTS = NO
303303
304304TYPEDEF_HIDES_STRUCT = NO
305305
306- # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
307- # determine which symbols to keep in memory and which to flush to disk.
308- # When the cache is full, less often used symbols will be written to disk.
309- # For small to medium size projects (<1000 input files) the default value is
310- # probably good enough. For larger projects a too small cache size can cause
311- # doxygen to be busy swapping symbols to and from disk most of the time
312- # causing a significant performance penalty.
313- # If the system has enough physical memory increasing the cache will improve the
314- # performance by keeping more symbols in memory. Note that the value works on
315- # a logarithmic scale so increasing the size by one will roughly double the
316- # memory usage. The cache size is given by this formula:
317- # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
318- # corresponding to a cache size of 2^16 = 65536 symbols
319-
320- SYMBOL_CACHE_SIZE = 0
321-
322306#---------------------------------------------------------------------------
323307# Build related configuration options
324308#---------------------------------------------------------------------------
@@ -522,12 +506,6 @@ MAX_INITIALIZER_LINES = 30
522506
523507SHOW_USED_FILES = YES
524508
525- # If the sources in your project are distributed over multiple directories
526- # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
527- # in the documentation. The default is NO.
528-
529- SHOW_DIRECTORIES = NO
530-
531509# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
532510# This will remove the Files entry from the Quick Index and from the
533511# Folder Tree View (if specified). The default is YES.
@@ -914,12 +892,6 @@ HTML_COLORSTYLE_GAMMA = 80
914892
915893HTML_TIMESTAMP = YES
916894
917- # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
918- # files or namespaces will be aligned in HTML using tables. If set to
919- # NO a bullet list will be used.
920-
921- HTML_ALIGN_MEMBERS = YES
922-
923895# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
924896# documentation will contain sections that can be hidden and shown after the
925897# page has loaded. For this to work a browser that supports
@@ -1102,11 +1074,6 @@ ENUM_VALUES_PER_LINE = 4
11021074
11031075GENERATE_TREEVIEW = NO
11041076
1105- # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
1106- # and Class Hierarchy pages using a tree view instead of an ordered list.
1107-
1108- USE_INLINE_TREES = NO
1109-
11101077# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
11111078# used to set the initial width (in pixels) of the frame in which the tree
11121079# is shown.
0 commit comments