projects
/
platform
/
upstream
/
wayland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93b61fd
)
util: fix code block language in docs
author
Simon Ser
<contact@emersion.fr>
Thu, 5 May 2022 10:18:16 +0000
(12:18 +0200)
committer
Simon Ser
<contact@emersion.fr>
Mon, 23 May 2022 10:13:46 +0000
(10:13 +0000)
Without {.xml}, Doxygen interprets the code as C. See [1] for
details.
[1]: https://www.doxygen.nl/manual/commands.html#cmdcode
Signed-off-by: Simon Ser <contact@emersion.fr>
src/wayland-util.h
patch
|
blob
|
history
diff --git
a/src/wayland-util.h
b/src/wayland-util.h
index
7997778
..
18c512e
100644
(file)
--- a/
src/wayland-util.h
+++ b/
src/wayland-util.h
@@
-182,7
+182,7
@@
struct wl_message {
* For example, consider a protocol interface `foo`, marked as version `1`, with
* two requests and one event.
*
- * \code
+ * \code
{.xml}
* <interface name="foo" version="1">
* <request name="a"></request>
* <request name="b"></request>