Disable doxygen email obfuscation

See https://github.com/doxygen/doxygen/pull/8989
This commit is contained in:
Dmitry Marakasov 2021-12-30 17:45:51 +03:00
parent a02d5a81c3
commit eb165ec664

View File

@ -42,3 +42,6 @@ GENERATE_LATEX = NO
# Assume source preprocessed with all subsystems enable
# Also enable all conditionals based on SDL version
PREDEFINED = SDL2PP_WITH_IMAGE SDL2PP_WITH_MIXER SDL2PP_WITH_TTF SDL_VERSION_ATLEAST(X,Y,Z)=1
# Disable email obfuscation
OBFUSCATE_EMAILS = False