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

Diff for /docbook2mdoc/node.h between version 1.29 and 1.30

version 1.29, 2019/04/15 19:15:19 version 1.30, 2019/04/16 14:58:19
Line 31  enum nodeclass {
Line 31  enum nodeclass {
         CLASS_TRANS,    /* Transparent: only the children are shown. */          CLASS_TRANS,    /* Transparent: only the children are shown. */
         CLASS_LINE,     /* Generates only simple in-line macros. */          CLASS_LINE,     /* Generates only simple in-line macros. */
         CLASS_ENCL,     /* Explicit or implicit partial blocks. */          CLASS_ENCL,     /* Explicit or implicit partial blocks. */
         CLASS_BLOCK     /* Output linebreak before and after. */          CLASS_BLOCK,    /* Output linebreak before and after. */
           CLASS_NOFILL    /* Block preserving leading whitespace. */
 };  };
   
 /*  /*

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb