aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 21:40:40 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 21:40:40 +0100
commit416478739315ca41ad236197b25f87b83ab7f312 (patch)
tree93f69a2dad2ed23cd44d8dfc9c4b6f11b2b171b1 /doc
parentd9efe12ed4e3abbbcf8b607a21559e17601b89d7 (diff)
downloadpugl-416478739315ca41ad236197b25f87b83ab7f312.tar.gz
pugl-416478739315ca41ad236197b25f87b83ab7f312.tar.bz2
pugl-416478739315ca41ad236197b25f87b83ab7f312.zip
Add PUGL_CONST_API
Just a convenience macro to make declarations a little more readable.
Diffstat (limited to 'doc')
-rw-r--r--doc/c/Doxyfile2
-rw-r--r--doc/cpp/Doxyfile2
2 files changed, 2 insertions, 2 deletions
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 \
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 \