]> mj.ucw.cz Git - libucw.git/blobdiff - lib/index.h
HTML parser basically works. A *lot* of things still needs to be cleaned up.
[libucw.git] / lib / index.h
index 1f3d19516eeaa321c4cac60d83f1f9a47bfc012f..33e7ef733cfea07af3bf8afe975ca39d50fddf23 100644 (file)
@@ -13,6 +13,7 @@
 enum word_type {
   WT_TEXT,                             /* Ordinary text */
   WT_EMPH,                             /* Emphasized text */
+  WT_SMALL,                            /* Small font */
   WT_TITLE,                            /* Document title */
   WT_SMALL_HEADING,                    /* Heading */
   WT_BIG_HEADING,                      /* Larger heading */