summary refs log tree commit diff
path: root/bin/man1/htagml.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-12 15:50:47 -0500
committerJune McEnroe <june@causal.agency>2021-01-12 16:15:37 -0500
commitb8056213935805d7dda21d41d7a515bdbab8667b (patch)
tree632947447f9d2a9d5adf9f21bd8ce6624d95b96d /bin/man1/htagml.1
parentReplace causal.agency with a simple mdoc page (diff)
downloadsrc-b8056213935805d7dda21d41d7a515bdbab8667b.tar.gz
src-b8056213935805d7dda21d41d7a515bdbab8667b.zip
Add htagml
Diffstat (limited to '')
-rw-r--r--bin/man1/htagml.147
1 files changed, 47 insertions, 0 deletions
diff --git a/bin/man1/htagml.1 b/bin/man1/htagml.1
new file mode 100644
index 00000000..96379416
--- /dev/null
+++ b/bin/man1/htagml.1
@@ -0,0 +1,47 @@
+.Dd January 12, 2021
+.Dt HTAGML 1
+.Os
+.
+.Sh NAME
+.Nm htagml
+.Nd format tagged file as HTML
+.
+.Sh SYNOPSIS
+.Nm
+.Op Fl p
+.Op Fl f Ar tags_file
+.Ar name
+.
+.Sh DESCRIPTION
+The
+.Nm
+utility formats a file tagged with
+.Xr ctags 1
+as HTML.
+Tags are output as fragment hyperlinks
+with the class
+.Qq tag .
+.
+.Pp
+The arguments are as follows:
+.Bl -tag -width Ds
+.It Fl f Ar tags_file
+Read the tag descriptions from a file called
+.Ar tags_file .
+The default behavior is
+to read them from a file called
+.Pa tags .
+.It Fl p
+Wrap the output in a
+.Sy pre
+tag.
+.El
+.
+.Sh FILES
+.Bl -tag -width Ds
+.It Pa tags
+default input tags file
+.El
+.
+.Sh SEE ALSO
+.Xr ctags 1