1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-05 16:31:01 +02:00

Use m.css for generating doxygen docs

This commit is contained in:
B Krishna Chaitanya 2020-07-23 16:58:55 +05:30
parent 2f1b5fab76
commit ef03aab73e
4 changed files with 28 additions and 19 deletions

View file

@ -3,11 +3,10 @@
# To create a new Doxyfile containing all available options, call `doxygen -g`
# Get Project name and version from CMake
PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
PROJECT_NUMBER = @DOXYGEN_PROJECT_VERSION@
PROJECT_NAME = Greeter
# Add sources
INPUT = @DOXYGEN_PROJECT_ROOT@/README.md @DOXYGEN_PROJECT_ROOT@/include @DOXYGEN_PROJECT_ROOT@/source
INPUT = ../README.md ../include ../source
EXTRACT_ALL = YES
RECURSIVE = YES
@ -15,7 +14,7 @@ RECURSIVE = YES
FULL_PATH_NAMES = NO
# Use the README as a main page
USE_MDFILE_AS_MAINPAGE = @DOXYGEN_PROJECT_ROOT@/README.md
USE_MDFILE_AS_MAINPAGE = ../README.md
# Create nicer looking HTML
HTML_DYNAMIC_SECTIONS = YES