diff options
| author | Miguel <m.i@gmx.at> | 2018-08-19 11:26:05 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-19 11:26:05 +0200 |
| commit | 575c725f998b166f1d286a2664aa3d6061d337fe (patch) | |
| tree | b061309e725d62949fe9999d6328dfdcff82b976 /doxy.cfg | |
| parent | c102a9cd6c1da22f0c928fc66bd4bf0b5750765a (diff) | |
cleanup com1 driver and doxygen
Diffstat (limited to 'doxy.cfg')
| -rw-r--r-- | doxy.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -873,7 +873,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = ./xxx +EXCLUDE = xxx userspace # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded @@ -982,7 +982,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to 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 |
