From f3bcc430298edf9a72becfb14ee99e924e4ff2c0 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Tue, 8 Mar 2005 01:55:34 +0000 Subject: Ability to specify multiple arguments to \cfg{html-template-fragment}; Halibut will output fragment names in all specified formats. (I forget now precisely why I thought this was necessary, but it seems potentially useful.) Also ensure that legal fragment names are generated even if none of the characters from the original turn out to be legal (e.g., %k with an entirely numeric keyword), and correct an untruth I inserted in the documentation of this. (This commit hits more than just the HTML backend as I've generalised an error message, and fixed a fault in the info backend's error handling while there.) [originally from svn r5457] --- halibut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 1cdddeb..ed2a0da 100644 --- a/halibut.h +++ b/halibut.h @@ -239,7 +239,7 @@ enum { err_multikw, /* keyword clash in sections */ err_misplacedlcont, /* \lcont not after a list item */ err_sectmarkerinblock, /* section marker appeared in block */ - err_infodirentry, /* \cfg{info-dir-entry} missing param */ + err_cfginsufarg, /* \cfg{%s} insufficient args (<%d) */ 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 */ -- cgit v1.1