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

Diff for /mandoc/html.h between version 1.99 and 1.101

version 1.99, 2019/01/06 04:55:09 version 1.101, 2019/01/18 14:36:21
Line 79  enum htmlfont {
Line 79  enum htmlfont {
   
 struct  tag {  struct  tag {
         struct tag       *next;          struct tag       *next;
           int               refcnt;
           int               closed;
         enum htmltag      tag;          enum htmltag      tag;
 };  };
   
Line 133  void    print_text(struct html *, const char *);
Line 135  void    print_text(struct html *, const char *);
 void              print_tblclose(struct html *);  void              print_tblclose(struct html *);
 void              print_tbl(struct html *, const struct tbl_span *);  void              print_tbl(struct html *, const struct tbl_span *);
 void              print_eqn(struct html *, const struct eqn_box *);  void              print_eqn(struct html *, const struct eqn_box *);
 void              print_paragraph(struct html *);  
 void              print_endline(struct html *);  void              print_endline(struct html *);
   
 void              html_close_paragraph(struct html *);  void              html_close_paragraph(struct html *);

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.101

CVSweb