[BACK]Return to html.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/html.h between version 1.63 and 1.67

version 1.63, 2014/09/28 11:33:15 version 1.67, 2014/10/28 17:36:19
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * 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   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 63  enum htmltag {
Line 63  enum htmltag {
         TAG_MTABLE,          TAG_MTABLE,
         TAG_MTR,          TAG_MTR,
         TAG_MTD,          TAG_MTD,
           TAG_MUNDEROVER,
           TAG_MUNDER,
           TAG_MOVER,
         TAG_MAX          TAG_MAX
 };  };
   
Line 79  enum htmlattr {
Line 82  enum htmlattr {
         ATTR_CHARSET,          ATTR_CHARSET,
         ATTR_OPEN,          ATTR_OPEN,
         ATTR_CLOSE,          ATTR_CLOSE,
           ATTR_MATHVARIANT,
         ATTR_MAX          ATTR_MAX
 };  };
   
Line 129  struct html {
Line 133  struct html {
         struct tagq       tags; /* stack of open tags */          struct tagq       tags; /* stack of open tags */
         struct rofftbl    tbl; /* current table */          struct rofftbl    tbl; /* current table */
         struct tag       *tblt; /* current open table scope */          struct tag       *tblt; /* current open table scope */
         struct mchars    *symtab; /* character-escapes */          const struct mchars *symtab; /* character table */
         char             *base_man; /* base for manpage href */          char             *base_man; /* base for manpage href */
         char             *base_includes; /* base for include href */          char             *base_includes; /* base for include href */
         char             *style; /* style-sheet URI */          char             *style; /* style-sheet URI */

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.67

CVSweb