From 575c725f998b166f1d286a2664aa3d6061d337fe Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 19 Aug 2018 11:26:05 +0200 Subject: cleanup com1 driver and doxygen --- doxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doxy.cfg') 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 -- cgit v1.2.3