aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-22 12:48:25 +0200
committerDavid Robillard <d@drobilla.net>2019-07-29 01:59:11 +0200
commit982ea3f09aa968bd89b00f445272984cb629b346 (patch)
treeeb36abf0c2db8585d84badf8773dcc0b97060245 /Doxyfile.in
parente23890324d169d03868855a3e265ab4e3cd43745 (diff)
Add deprecation macro and deprecate puglInitResizable()
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index eda89a1..7568692 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -2027,7 +2027,7 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-PREDEFINED = PUGL_API
+PREDEFINED = PUGL_API PUGL_DEPRECATED_BY
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The