diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-01-15 00:10:23 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-01-15 00:10:23 +0100 |
commit | 42c908c8aac86ddd59d256259a249ea05e23defd (patch) | |
tree | 43e2629a8429a79eee284da338b425024eb01063 /pugl/doc/cpp/Doxyfile | |
parent | 96604aaa17c3ae6e6017a6332072609eb6659183 (diff) | |
download | vm.lv2-42c908c8aac86ddd59d256259a249ea05e23defd.tar.xz |
Squashed 'subprojects/nk_pugl/' changes from f6caf510..383d2f42
383d2f42 pugl: make API static.
9147803f Merge commit 'f96544ba7e8e63f97c2419dadcb4101272f5ec91'
f96544ba Squashed 'pugl/' changes from 7fc8d9e4..9a38c762
05d022ef Merge commit '134454281bed8854030d1b6d2891450849f652bf'
13445428 Squashed 'pugl/' changes from 0a23647a..7fc8d9e4
git-subtree-dir: subprojects/nk_pugl
git-subtree-split: 383d2f4214fabd80756891854fdaba1ab6e4df58
Diffstat (limited to 'pugl/doc/cpp/Doxyfile')
-rw-r--r-- | pugl/doc/cpp/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/doc/cpp/Doxyfile b/pugl/doc/cpp/Doxyfile index 2bb0f9f..0f5f636 100644 --- a/pugl/doc/cpp/Doxyfile +++ b/pugl/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 \ |