diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-18 20:40:10 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-18 20:40:10 +0000 |
commit | 5384b791222a1766744c362648729972e9a73844 (patch) | |
tree | dca05e2a4298314f19ad80030bdf5c16930950f7 /html.h | |
parent | d8e6af26addbffe69059f3b4e263563cdc3f3b53 (diff) | |
download | mandoc-5384b791222a1766744c362648729972e9a73844.tar.gz |
When a .Tg is attached to a paragraph, attach the permalink
to the first word, or the first few words if they are short.
Diffstat (limited to 'html.h')
-rw-r--r-- | html.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -127,6 +127,8 @@ struct tag *print_otag_id(struct html *, enum htmltag, const char *, struct roff_node *); void print_tagq(struct html *, const struct tag *); void print_stagq(struct html *, const struct tag *); +void print_tagged_text(struct html *, const char *, + struct roff_node *); void print_text(struct html *, const char *); void print_tblclose(struct html *); void print_tbl(struct html *, const struct tbl_span *); |