mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-05 11:56:00 -04:00
Update Doxyfile
- Remove HTML_TIMESTAMP: the option was deprecated and replaced with TIMESTAMP, but remove as we're storing docs in git and don't need diff noise. - Remove input filter, as badges markdown seem to be processed correctly now
This commit is contained in:
parent
2c07d9fc64
commit
4d941b3b31
@ -26,16 +26,9 @@ EXCLUDE = "@CMAKE_CURRENT_SOURCE_DIR@/SDL2pp/external"
|
|||||||
# Examples (doesn't work atm)
|
# Examples (doesn't work atm)
|
||||||
EXAMPLE_PATH = "@CMAKE_CURRENT_SOURCE_DIR@/examples"
|
EXAMPLE_PATH = "@CMAKE_CURRENT_SOURCE_DIR@/examples"
|
||||||
|
|
||||||
# Filter through sed to remove badges which Doxygen fails to process properly
|
|
||||||
INPUT_FILTER = "sed -e '/^\[!\[/d'"
|
|
||||||
FILTER_PATTERNS = *.md
|
|
||||||
|
|
||||||
# README file is the main page
|
# README file is the main page
|
||||||
USE_MDFILE_AS_MAINPAGE = "@CMAKE_CURRENT_SOURCE_DIR@/README.md"
|
USE_MDFILE_AS_MAINPAGE = "@CMAKE_CURRENT_SOURCE_DIR@/README.md"
|
||||||
|
|
||||||
# Include timestamp
|
|
||||||
HTML_TIMESTAMP = YES
|
|
||||||
|
|
||||||
# We target web, no latex needed
|
# We target web, no latex needed
|
||||||
GENERATE_LATEX = NO
|
GENERATE_LATEX = NO
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user