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

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

version 1.98, 2019/01/05 09:14:44 version 1.99, 2019/01/06 04:55:09
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2017, 2018 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2017, 2018, 2019 Ingo Schwarze <schwarze@openbsd.org>
  *   *
  * 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 39  enum htmltag {
Line 39  enum htmltag {
         TAG_DL,          TAG_DL,
         TAG_DT,          TAG_DT,
         TAG_DD,          TAG_DD,
           TAG_P,
         TAG_PRE,          TAG_PRE,
         TAG_VAR,          TAG_VAR,
         TAG_CITE,          TAG_CITE,
Line 135  void    print_eqn(struct html *, const struct eqn_box 
Line 136  void    print_eqn(struct html *, const struct eqn_box 
 void              print_paragraph(struct html *);  void              print_paragraph(struct html *);
 void              print_endline(struct html *);  void              print_endline(struct html *);
   
   void              html_close_paragraph(struct html *);
 enum roff_tok     html_fillmode(struct html *, enum roff_tok);  enum roff_tok     html_fillmode(struct html *, enum roff_tok);
 char             *html_make_id(const struct roff_node *, int);  char             *html_make_id(const struct roff_node *, int);

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

CVSweb