From 416478739315ca41ad236197b25f87b83ab7f312 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 21:40:40 +0100 Subject: Add PUGL_CONST_API Just a convenience macro to make declarations a little more readable. --- doc/c/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/c') diff --git a/doc/c/Doxyfile b/doc/c/Doxyfile index fe56f0b..bdc3a46 100644 --- a/doc/c/Doxyfile +++ b/doc/c/Doxyfile @@ -19,7 +19,7 @@ XML_PROGRAMLISTING = NO SHOW_FILES = NO MACRO_EXPANSION = YES -PREDEFINED = PUGL_API PUGL_DISABLE_DEPRECATED PUGL_CONST_FUNC= +PREDEFINED = PUGL_API PUGL_DISABLE_DEPRECATED PUGL_CONST_API= PUGL_CONST_FUNC= INPUT = ../../include/pugl/cairo.h \ ../../include/pugl/gl.h \ -- cgit v1.2.1