aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-15 21:29:00 +0100
committerDavid Robillard <d@drobilla.net>2020-03-15 21:29:58 +0100
commit18fdb8bfbd9447d64e23db267c767491a9422796 (patch)
treeff0b33c04b1e7005d3c7944bf155227ee65ffe95
parent1463f6b44b19ef2778747c0d48f2b29daa00c67c (diff)
downloadpugl-18fdb8bfbd9447d64e23db267c767491a9422796.tar.gz
pugl-18fdb8bfbd9447d64e23db267c767491a9422796.tar.bz2
pugl-18fdb8bfbd9447d64e23db267c767491a9422796.zip
Cleanup: Fix documentation links
-rw-r--r--pugl/pugl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index 85d0e8f..a796e56 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -398,8 +398,8 @@ typedef struct {
things, this makes it possible to wake up the event loop for any reason.
*/
typedef struct {
- PuglEventType type; ///< PUGL_CLIENT
- PuglEventFlags flags; ///< Bitwise OR of PuglEventFlag values
+ PuglEventType type; ///< #PUGL_CLIENT
+ PuglEventFlags flags; ///< Bitwise OR of #PuglEventFlag values
uintptr_t data1; ///< Client-specific data
uintptr_t data2; ///< Client-specific data
} PuglEventClient;