diff options
author | June McEnroe <june@causal.agency> | 2021-01-12 15:50:47 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-12 16:15:37 -0500 |
commit | 3e7ffc868d1105740ad3a5b3bf8ee721f47485a7 (patch) | |
tree | b03adeb09bda33d2f006baddde0e823ff0d6ac84 /bin/man1 | |
parent | Replace causal.agency with a simple mdoc page (diff) | |
download | src-3e7ffc868d1105740ad3a5b3bf8ee721f47485a7.tar.gz src-3e7ffc868d1105740ad3a5b3bf8ee721f47485a7.zip |
Add htagml
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/htagml.1 | 47 |
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 |