]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc.h
Fix handling of paragraph macros inside lists:
[mandoc.git] / mandoc.h
index 0c19c4e77b476cf8c7cf15f1eba70762c9899082..caa985c271ada2f7bd84aca5dce57bcaf39ce778 100644 (file)
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/*     $Id: mandoc.h,v 1.103 2012/07/12 15:11:14 schwarze Exp $ */
+/*     $Id: mandoc.h,v 1.104 2012/07/18 11:11:12 schwarze Exp $ */
 /*
  * Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -68,6 +68,7 @@ enum  mandocerr {
        /* related to macros and nesting */
        MANDOCERR_MACROOBS, /* skipping obsolete macro */
        MANDOCERR_IGNPAR, /* skipping paragraph macro */
+       MANDOCERR_MOVEPAR, /* moving paragraph macro out of list */
        MANDOCERR_IGNNS, /* skipping no-space macro */
        MANDOCERR_SCOPENEST, /* blocks badly nested */
        MANDOCERR_CHILD, /* child violates parent syntax */