aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/type.txt
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-04-23 21:14:00 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-04-23 21:19:58 -0700
commit5df8fab4637865cc895bc698410efedc765dfd8c (patch)
tree7d58455e26b7b7c0696fd48ed40711619bc25527 /doc_src/type.txt
parentb8817215dcfa6a3d069ef77e43d116983c855982 (diff)
replace <outp> command with \outp in docs
Doxygen has been warning that `<outp>` and `</outp>` are not valid XML/HTML commands since commit cb6d5d76 on 20016-04-04. That's primarily because there is at present no way to tell Doxygen to recognize new XML/HTML tags. The actual errors look like this: ``` .../string.doxygen:187: warning: Unsupported xml/html tag </outp> found ``` I hate build errors since they a) cause needless concern, and b) make it harder to notice when I've introduced a new error. So switch from XML/C## style markup to Doxygen style markup for the "outp" annotation.
Diffstat (limited to 'doc_src/type.txt')
-rw-r--r--doc_src/type.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/type.txt b/doc_src/type.txt
index 2da88c94..7b5f7a9c 100644
--- a/doc_src/type.txt
+++ b/doc_src/type.txt
@@ -28,5 +28,5 @@ The following options are available:
\fish{cli-dark}
>_ type fg
-<outp>fg is a builtin</outp>
+\outp{fg is a builtin}
\endfish