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

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

version 1.98, 2015/04/02 22:48:17 version 1.99, 2015/04/02 23:48:19
Line 40  struct mdoc {
Line 40  struct mdoc {
         struct roff_node *last; /* the last node parsed */          struct roff_node *last; /* the last node parsed */
         struct roff_node *first; /* the first node parsed */          struct roff_node *first; /* the first node parsed */
         struct roff_node *last_es; /* the most recent Es node */          struct roff_node *last_es; /* the most recent Es node */
         struct mdoc_meta  meta; /* document meta-data */          struct roff_meta  meta; /* document meta-data */
         enum roff_sec     lastnamed;          enum roff_sec     lastnamed;
         enum roff_sec     lastsec;          enum roff_sec     lastsec;
         struct roff      *roff;          struct roff      *roff;

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

CVSweb