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

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

version 1.28, 2019/04/15 00:34:15 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. */
 };  };
   
 /*  /*
Line 152  enum nodeid {
Line 153  enum nodeid {
         NODE_VARNAME,          NODE_VARNAME,
         NODE_WARNING,          NODE_WARNING,
         NODE_WORDASWORD,          NODE_WORDASWORD,
           NODE_XREF,
         NODE_UNKNOWN,          NODE_UNKNOWN,
         NODE_TEXT,          NODE_TEXT,
         NODE_ESCAPE,          NODE_ESCAPE,

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

CVSweb