summaryrefslogtreecommitdiff
path: root/halibut.h
diff options
context:
space:
mode:
authorJacob Nevins <jacobn@chiark.greenend.org.uk>2005-03-08 01:55:34 +0000
committerJacob Nevins <jacobn@chiark.greenend.org.uk>2005-03-08 01:55:34 +0000
commitf3bcc430298edf9a72becfb14ee99e924e4ff2c0 (patch)
tree12827d14915bf5292e60cacdc5f588bc9f817b34 /halibut.h
parent39fd8836b1b449f727f90222d68447b5ef9ffd24 (diff)
downloadhalibut-f3bcc430298edf9a72becfb14ee99e924e4ff2c0.zip
halibut-f3bcc430298edf9a72becfb14ee99e924e4ff2c0.tar.gz
halibut-f3bcc430298edf9a72becfb14ee99e924e4ff2c0.tar.bz2
halibut-f3bcc430298edf9a72becfb14ee99e924e4ff2c0.tar.xz
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]
Diffstat (limited to 'halibut.h')
-rw-r--r--halibut.h2
1 files changed, 1 insertions, 1 deletions
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 */