@@ -44,7 +44,7 @@ PROJECT_NUMBER = 0.3.0
44
44
# for a project that appears at the top of each page and should give viewer a
45
45
# quick idea about the purpose of the project. Keep the description short.
46
46
47
- PROJECT_BRIEF = "C++ Implementation of the Scottish COVID Response Consortium FAIR Data Pipeline"
47
+ PROJECT_BRIEF = "C++ Implementation of the FAIR Data Pipeline API "
48
48
49
49
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50
50
# in the documentation. The maximum height of the logo should not exceed 55
@@ -874,7 +874,9 @@ WARN_LOGFILE =
874
874
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
875
875
# Note: If this tag is empty the current directory is searched.
876
876
877
- INPUT =
877
+ INPUT = src \
878
+ include \
879
+ README.md
878
880
879
881
# This tag can be used to specify the character encoding of the source files
880
882
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -954,7 +956,7 @@ FILE_PATTERNS = *.c \
954
956
# be searched for input files as well.
955
957
# The default value is: NO.
956
958
957
- RECURSIVE = NO
959
+ RECURSIVE = YES
958
960
959
961
# The EXCLUDE tag can be used to specify files and/or directories that should be
960
962
# excluded from the INPUT source files. This way you can easily exclude a
@@ -1072,7 +1074,7 @@ FILTER_SOURCE_PATTERNS =
1072
1074
# (index.html). This can be useful if you have a project on for instance GitHub
1073
1075
# and want to reuse the introduction page also for the doxygen output.
1074
1076
1075
- USE_MDFILE_AS_MAINPAGE =
1077
+ USE_MDFILE_AS_MAINPAGE = README.md
1076
1078
1077
1079
#---------------------------------------------------------------------------
1078
1080
# Configuration options related to source browsing
0 commit comments