From 18fdb8bfbd9447d64e23db267c767491a9422796 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Mar 2020 21:29:00 +0100 Subject: Cleanup: Fix documentation links --- pugl/pugl.h | 4 ++-- 1 file 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; -- cgit v1.2.1