From 982ea3f09aa968bd89b00f445272984cb629b346 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Jul 2019 12:48:25 +0200 Subject: Add deprecation macro and deprecate puglInitResizable() --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile.in') 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 -- cgit v1.2.1