summaryrefslogtreecommitdiff
path: root/doxy.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'doxy.cfg')
-rw-r--r--doxy.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/doxy.cfg b/doxy.cfg
index 6d021b2..ae15742 100644
--- a/doxy.cfg
+++ b/doxy.cfg
@@ -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