diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-29 12:40:52 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-29 12:40:52 (GMT) |
commit | 8a5252be5ab4f9c7e98b0b9bcf36ed0e0525ab7e (patch) | |
tree | cb07066abd069bc7bf6169c060ae1d8ec8bbb344 /Doxyfile.in | |
parent | b2520beb9e688284273ce252cb56ae4176d7903d (diff) |
Improved documentation.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index f2ac3fc..805b477 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -38,7 +38,7 @@ PROJECT_NUMBER = "1.0" # for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = +PROJECT_BRIEF = "A flexible binary trajectory format" # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not @@ -1117,7 +1117,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 |