aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-06-27 21:34:03 +0200
committerDavid Robillard <d@drobilla.net>2019-06-27 22:46:44 +0200
commitbd5d643192e189e2f4d34ecc1b93a7758cfeb583 (patch)
treec0f5083d923f0da22840caa3117b3111986eac78 /pugl/pugl.h
parentb0d931d600786a8988c49175c206fe758842a5ad (diff)
downloadpugl-bd5d643192e189e2f4d34ecc1b93a7758cfeb583.tar.gz
pugl-bd5d643192e189e2f4d34ecc1b93a7758cfeb583.tar.bz2
pugl-bd5d643192e189e2f4d34ecc1b93a7758cfeb583.zip
Fix documentation
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r--pugl/pugl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index 145f346..01b7f01 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -473,9 +473,6 @@ puglInitContextType(PuglView* view, PuglContextType type);
/**
@}
-*/
-
-/**
@name Windows
Functions for creating and managing a visible window for a view.
@{
@@ -574,9 +571,6 @@ puglLeaveContext(PuglView* view, bool flush);
/**
@}
-*/
-
-/**
@name Event Handling
@{
*/