]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.h
Remove \s TODO: these are intelligently ignored along with \m and \M.
[mandoc.git] / html.h
diff --git a/html.h b/html.h
index 5f462d979100ed75e234e48ef6e3fabef0bbc584..b9c5d3ff16e1dd01f998ebc2b6d2cc37deb3cf66 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,6 +1,6 @@
-/*     $Id: html.h,v 1.23 2010/04/05 08:51:56 kristaps Exp $ */
+/*     $Id: html.h,v 1.26 2010/07/13 23:53:20 schwarze Exp $ */
 /*
- * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -110,7 +110,9 @@ enum        htmltype {
 struct html {
        int               flags;
 #define        HTML_NOSPACE     (1 << 0)
-#define        HTML_IGNDELIM    (1 << 2)
+#define        HTML_IGNDELIM    (1 << 1)
+#define        HTML_KEEP        (1 << 2)
+#define        HTML_PREKEEP     (1 << 3)
        struct tagq       tags;
        struct ordq       ords;
        void             *symtab;