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

Diff for /mandoc/html.h between version 1.95 and 1.96

version 1.95, 2018/10/25 01:32:40 version 1.96, 2018/12/16 00:17:02
Line 125  void    roff_html_pre(struct html *, const struct roff
Line 125  void    roff_html_pre(struct html *, const struct roff
 void              print_gen_comment(struct html *, struct roff_node *);  void              print_gen_comment(struct html *, struct roff_node *);
 void              print_gen_decls(struct html *);  void              print_gen_decls(struct html *);
 void              print_gen_head(struct html *);  void              print_gen_head(struct html *);
   void              print_metaf(struct html *, enum mandoc_esc);
 struct tag       *print_otag(struct html *, enum htmltag, const char *, ...);  struct tag       *print_otag(struct html *, enum htmltag, const char *, ...);
 void              print_tagq(struct html *, const struct tag *);  void              print_tagq(struct html *, const struct tag *);
 void              print_stagq(struct html *, const struct tag *);  void              print_stagq(struct html *, const struct tag *);

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

CVSweb