diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-20 13:21:27 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-20 13:21:27 +0200 |
commit | 0ab11cc09a1021f65061510a57c1da77c3c1bfd4 (patch) | |
tree | 86754862d2de6965beb7cda3509e5320f48635db | |
parent | 1432ecfb33654bba46fd55cad3527a4f7a1e82f5 (diff) |
Add structs and use treeview
-rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile index 4c1d2591..096c2a27 100644 --- a/Doxyfile +++ b/Doxyfile @@ -672,7 +672,7 @@ INPUT_ENCODING = UTF-8 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py # *.f90 *.f *.for *.vhd *.vhdl -FILE_PATTERNS = *.c +FILE_PATTERNS = *.c *.h # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -1159,7 +1159,7 @@ DISABLE_INDEX = NO # Since the tree basically has the same information as the tab index you # could consider to set DISABLE_INDEX to NO when enabling this option. -GENERATE_TREEVIEW = NO +GENERATE_TREEVIEW = YES # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values # (range [0,1..20]) that doxygen will group on one line in the generated HTML |