diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-22 11:15:16 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-22 11:15:16 +0000 |
commit | 544a766eb06bf03fc9ae275a02575c4dc54c8d32 (patch) | |
tree | 5094d1a10b9a3243e5713b32cd76f383eb2dd04d /html.h | |
parent | 89a32203ddc128f3448f944bcb1a47eac62514d9 (diff) | |
download | mandoc-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ enum htmltag { TAG_B, TAG_I, TAG_U, + TAG_CODE, TAG_MAX }; |