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/cpp/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/cpp') diff --git a/doc/cpp/Doxyfile b/doc/cpp/Doxyfile index 2bb0f9f..0f5f636 100644 --- a/doc/cpp/Doxyfile +++ b/doc/cpp/Doxyfile @@ -24,7 +24,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