From 52d5c7f7c4fdc5cbf175bb70c32e88a374045280 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 23 Apr 2004 17:20:07 +0000 Subject: Enhance the text backend to support configurable quote characters, configurable emphasis characters, various other configurable bits which have been marked FIXME in the code for a while, and also to warn when a code paragraph line is too long (because that was the only other thing labelled FIXME). Fallback options are implemented, and defaults set accordingly. A UTF-8 text output file now looks like proper UTF-8. [originally from svn r4128] --- halibut.h | 1 + 1 file changed, 1 insertion(+) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 3205e46..6a0e944 100644 --- a/halibut.h +++ b/halibut.h @@ -237,6 +237,7 @@ enum { err_sectmarkerinblock, /* section marker appeared in block */ 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_whatever /* random error of another type */ }; -- cgit v1.1