summaryrefslogtreecommitdiff
path: root/libwacom
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-06-18 14:10:23 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-06-22 08:45:15 +1000
commitdc58ec759e7cbda4fdc844d8f3e435a7e4461d42 (patch)
treef204d43f362676b4958eacf575af7b876c5c71f2 /libwacom
parentd7a5e7471caa058d5697e305c822f469746a6d81 (diff)
downloadlibwacom-dc58ec759e7cbda4fdc844d8f3e435a7e4461d42.tar.gz
doc: change doxygen marker from backslash to @
For consistency with the rest of the file. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'libwacom')
-rw-r--r--libwacom/libwacom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libwacom/libwacom.h b/libwacom/libwacom.h
index 1a6f218..53ac9c8 100644
--- a/libwacom/libwacom.h
+++ b/libwacom/libwacom.h
@@ -622,7 +622,7 @@ int libwacom_stylus_get_num_buttons (const WacomStylus *stylus);
/**
* Check if the given stylus is paired with a seperate eraser.
*
- * If this function returns \c true then the tool described by the given
+ * If this function returns @c true then the tool described by the given
* WacomStylus is paired with a seperate eraser tool. The actual eraser
* tool may be located by iterating over the list of paired styli.
*
@@ -636,7 +636,7 @@ int libwacom_stylus_has_eraser (const WacomStylus *stylus);
/**
* Check if the given stylus may act like an eraser.
*
- * If this function returns \c true then the tool described by the given
+ * If this function returns @c true then the tool described by the given
* WacomStylus may act like an eraser. Such a tool may be dedicated to
* sending just eraser events (and paired with a seperate tool for "tip"
* events) or capable of sending both both tip and eraser events.