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

Diff for /mandoc/html.h between version 1.90 and 1.93

version 1.90, 2018/05/25 20:23:51 version 1.93, 2018/10/02 12:33:37
Line 31  enum htmltag {
Line 31  enum htmltag {
         TAG_BR,          TAG_BR,
         TAG_A,          TAG_A,
         TAG_TABLE,          TAG_TABLE,
         TAG_COLGROUP,  
         TAG_COL,  
         TAG_TR,          TAG_TR,
         TAG_TD,          TAG_TD,
         TAG_LI,          TAG_LI,
Line 103  struct html {
Line 101  struct html {
         struct tag       *tag; /* last open tag */          struct tag       *tag; /* last open tag */
         struct rofftbl    tbl; /* current table */          struct rofftbl    tbl; /* current table */
         struct tag       *tblt; /* current open table scope */          struct tag       *tblt; /* current open table scope */
         char             *base_man; /* base for manpage href */          char             *base_man1; /* bases for manpage href */
           char             *base_man2;
         char             *base_includes; /* base for include href */          char             *base_includes; /* base for include href */
         char             *style; /* style-sheet URI */          char             *style; /* style-sheet URI */
         struct tag       *metaf; /* current open font scope */          struct tag       *metaf; /* current open font scope */
Line 134  void    print_paragraph(struct html *);
Line 133  void    print_paragraph(struct html *);
 void              print_endline(struct html *);  void              print_endline(struct html *);
   
 char             *html_make_id(const struct roff_node *, int);  char             *html_make_id(const struct roff_node *, int);
 int               html_strlen(const char *);  

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.93

CVSweb