aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 15:26:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 15:26:26 +0000
commit2c8407d1d02802e3c8bd38cf02d3e7cc8252a498 (patch)
treef4b17f8b575597882456517628b909cdd5cc8cdd /html.h
parent224d010444ff10359e8d1c19e8739476b1e8f0f9 (diff)
downloadmandoc-2c8407d1d02802e3c8bd38cf02d3e7cc8252a498.tar.gz
mandoc-2c8407d1d02802e3c8bd38cf02d3e7cc8252a498.tar.zst
mandoc-2c8407d1d02802e3c8bd38cf02d3e7cc8252a498.zip
Added the -oincludes=FMT option.
The `In' handler now decorates with a hyperlink. If no -oman= or -oincludes= is stipulated, no link is printed (but the text is still style-decorated).
Diffstat (limited to 'html.h')
-rw-r--r--html.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/html.h b/html.h
index 555aac27..6d7faa35 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.8 2009/10/03 15:08:09 kristaps Exp $ */
+/* $Id: html.h,v 1.9 2009/10/03 15:26:26 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -56,6 +56,7 @@ enum htmlattr {
ATTR_STYLE,
ATTR_WIDTH,
ATTR_VALIGN,
+ ATTR_TARGET,
ATTR_MAX
};
@@ -88,6 +89,7 @@ struct html {
void *symtab;
char *base;
char *base_man;
+ char *base_includes;
char *style;
char buf[BUFSIZ];
size_t buflen;