mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -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)
|
||||
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
|
||||
USE_MDFILE_AS_MAINPAGE = "@CMAKE_CURRENT_SOURCE_DIR@/README.md"
|
||||
|
||||
# Include timestamp
|
||||
HTML_TIMESTAMP = YES
|
||||
|
||||
# We target web, no latex needed
|
||||
GENERATE_LATEX = NO
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user