]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.h
document the semantics of operation keywords
[mandoc.git] / html.h
diff --git a/html.h b/html.h
index f3110eaf07f9e0d14ac0d644ef5bdc620668700f..9bfc6486fe52d8fa3f05f864a30ac585b7c18acf 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,6 +1,6 @@
-/*     $Id: html.h,v 1.64 2014/09/28 20:14:20 kristaps Exp $ */
+/*     $Id: html.h,v 1.66 2014/10/10 15:26:29 schwarze Exp $ */
 /*
- * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
+ * Copyright (c) 2008-2011, 2014 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
@@ -82,6 +82,7 @@ enum  htmlattr {
        ATTR_CHARSET,
        ATTR_OPEN,
        ATTR_CLOSE,
+       ATTR_MATHVARIANT,
        ATTR_MAX
 };