summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-22 11:15:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-22 11:15:16 +0000
commit544a766eb06bf03fc9ae275a02575c4dc54c8d32 (patch)
tree5094d1a10b9a3243e5713b32cd76f383eb2dd04d /html.h
parent89a32203ddc128f3448f944bcb1a47eac62514d9 (diff)
downloadmandoc-544a766eb06bf03fc9ae275a02575c4dc54c8d32.tar.gz
Implement reference-counted version of original union mdoc_data. This
simplifies clean-up and allows for more types without extra hassle. Also made in-line literal types in -T[x]html use CODE instead of SPAN to match how literal blocks use PRE.
Diffstat (limited to 'html.h')
-rw-r--r--html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.h b/html.h
index 62b8541d..1cc98caf 100644
--- a/html.h
+++ b/html.h
@@ -49,6 +49,7 @@ enum htmltag {
TAG_B,
TAG_I,
TAG_U,
+ TAG_CODE,
TAG_MAX
};