diff options
author | David Robillard <d@drobilla.net> | 2020-03-06 21:55:15 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-06 21:55:15 +0100 |
commit | 16242ec8de121d2e2d0a78165f3fbc9c2d76312e (patch) | |
tree | 8123773a43454b1936dafb9d8d1ceb3953ba4b5c | |
parent | 38e79b037827420f09ee9bdf618591022abdfcab (diff) | |
download | pugl-16242ec8de121d2e2d0a78165f3fbc9c2d76312e.tar.gz pugl-16242ec8de121d2e2d0a78165f3fbc9c2d76312e.tar.bz2 pugl-16242ec8de121d2e2d0a78165f3fbc9c2d76312e.zip |
Use terse Doxygen ref syntax
-rw-r--r-- | pugl/pugl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index 95c2a5f..17df6ea 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -252,7 +252,7 @@ typedef struct { must not be interpreted as text input. Keys are represented as Unicode code points, using the "natural" code point - for the key wherever possible (see @ref PuglKey for details). The `key` + for the key wherever possible (see #PuglKey for details). The `key` field will be set to the code for the pressed key, without any modifiers applied (by the shift or control keys). */ @@ -955,7 +955,7 @@ puglInitTransientFor(PuglView* view, uintptr_t parent) /** Enable or disable resizing before creating a window. - @deprecated Use puglSetViewHint() with @ref PUGL_RESIZABLE. + @deprecated Use puglSetViewHint() with #PUGL_RESIZABLE. */ static inline PUGL_DEPRECATED_BY("puglSetViewHint") void puglInitResizable(PuglView* view, bool resizable) @@ -981,7 +981,7 @@ puglGetSize(PuglView* view, int* width, int* height) /** Ignore synthetic repeated key events. - @deprecated Use puglSetViewHint() with @ref PUGL_IGNORE_KEY_REPEAT. + @deprecated Use puglSetViewHint() with #PUGL_IGNORE_KEY_REPEAT. */ static inline PUGL_DEPRECATED_BY("puglSetViewHint") void puglIgnoreKeyRepeat(PuglView* view, bool ignore) |