diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-06-20 13:11:34 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-06-20 13:11:34 +0000 |
| commit | 68a5185678e9d000c71ebb7a4f153c27a7482124 (patch) | |
| tree | 3adacc72e32e4feccc6f2b633473b61974b7cd52 /halibut.h | |
| parent | e43b0f797c0fdf00b38fad69bbbf85a4b068cf9f (diff) | |
| download | halibut-68a5185678e9d000c71ebb7a4f153c27a7482124.zip halibut-68a5185678e9d000c71ebb7a4f153c27a7482124.tar.gz halibut-68a5185678e9d000c71ebb7a4f153c27a7482124.tar.bz2 halibut-68a5185678e9d000c71ebb7a4f153c27a7482124.tar.xz | |
Introduce a configurable option to select the HTML flavour. Also
fiddle with various small aspects of the output so that it actually
validates in all supported flavours.
[originally from svn r4307]
Diffstat (limited to 'halibut.h')
| -rw-r--r-- | halibut.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -240,6 +240,7 @@ enum { err_infodirentry, /* \cfg{info-dir-entry} missing param */ err_infonodechar, /* colon/comma in node name in info */ err_text_codeline, /* \c line too long in text backend */ + err_htmlver, /* unrecognised HTML version keyword */ err_whatever /* random error of another type */ }; |