aboutsummaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-07-29 11:13:53 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-08-01 14:59:40 +0200
commite7b4380d785ef641583171caabf4eef9cdff07c2 (patch)
tree7a768530fdeaade1cf186bc6a047334d6f346c4a /buffer.h
parentb296189b7d6378ed7b6116b8506cb58f274d57ec (diff)
downloadvis-e7b4380d785ef641583171caabf4eef9cdff07c2.tar.gz
vis-e7b4380d785ef641583171caabf4eef9cdff07c2.tar.xz
doc: fix a couple of API doc warnings
In restructured text double backquotes are used for inline literals.
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer.h b/buffer.h
index a041e5e..52f1cb4 100644
--- a/buffer.h
+++ b/buffer.h
@@ -75,7 +75,7 @@ const char *buffer_content(Buffer*);
/**
* Borrow underlying buffer data.
* @rst
- * .. warning:: The caller is responsible to `free(3)` it.
+ * .. warning:: The caller is responsible to ``free(3)`` it.
* @endrst
*/
char *buffer_move(Buffer*);