From 68a5185678e9d000c71ebb7a4f153c27a7482124 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 20 Jun 2004 13:11:34 +0000 Subject: 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] --- halibut.h | 1 + 1 file changed, 1 insertion(+) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 01cbf3e..88b39f2 100644 --- a/halibut.h +++ b/halibut.h @@ -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 */ }; -- cgit v1.1