File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -917,8 +917,7 @@ WARN_LOGFILE = doxygen.log
917917# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
918918# Note: If this tag is empty the current directory is searched.
919919
920- INPUT = calculator-app/src/main/java \
921- README.md
920+ INPUT = calculator-app/src/main/java
922921
923922# This tag can be used to specify the character encoding of the source files
924923# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1071,7 +1070,7 @@ EXAMPLE_RECURSIVE = NO
10711070# that contain images that are to be included in the documentation (see the
10721071# \image command).
10731072
1074- IMAGE_PATH = assets
1073+ IMAGE_PATH =
10751074
10761075# The INPUT_FILTER tag can be used to specify a program that doxygen should
10771076# invoke to filter for each input file. Doxygen will invoke the filter program
@@ -1132,7 +1131,7 @@ FILTER_SOURCE_PATTERNS =
11321131# (index.html). This can be useful if you have a project on for instance GitHub
11331132# and want to reuse the introduction page also for the doxygen output.
11341133
1135- USE_MDFILE_AS_MAINPAGE = README.md
1134+ USE_MDFILE_AS_MAINPAGE =
11361135
11371136# The Fortran standard specifies that for fixed formatted Fortran code all
11381137# characters from position 72 are to be considered as comment. A common
You can’t perform that action at this time.
0 commit comments