diff options
author | Alec Thomas <alec@swapoff.org> | 2013-08-19 00:28:35 -0400 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2013-08-19 00:28:35 -0400 |
commit | 13ea1d12a8e235fdfc55298b4189aedcc08b96b0 (patch) | |
tree | d87d7d62a9ecc260909f3233409d0c8b902ec5c3 /Doxyfile | |
parent | 7b6427d14aca84c9603f8767e6b9b097a8be9424 (diff) |
Use README.md for Doxygen index.
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 = *.h +FILE_PATTERNS = *.h *.md # 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. @@ -779,7 +779,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want reuse the introduction page also for the doxygen output. -USE_MDFILE_AS_MAINPAGE = +USE_MDFILE_AS_MAINPAGE = README.md #--------------------------------------------------------------------------- # configuration options related to source browsing @@ -1889,8 +1889,8 @@ GENERATE_LEGEND = YES DOT_CLEANUP = YES -# GENERATE_DOCSET = YES -# DISABLE_INDEX = YES -# SEARCHENGINE = NO -# GENERATE_TREEVIEW = NO - +#GENERATE_DOCSET = YES +#DISABLE_INDEX = YES +#SEARCHENGINE = NO +#GENERATE_TREEVIEW = NO +# |