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

Diff for /docbook2mdoc/macro.h between version 1.5 and 1.7

version 1.5, 2019/04/16 14:26:27 version 1.7, 2019/05/01 17:20:47
Line 34  enum parastate {
Line 34  enum parastate {
   
 struct  format {  struct  format {
         int              level;      /* Header level, starting at 1. */          int              level;      /* Header level, starting at 1. */
           int              nofill;     /* Level of no-fill block nesting. */
         int              flags;          int              flags;
 #define FMT_NOSPC        (1 << 0)    /* Suppress space before next node. */  #define FMT_NOSPC        (1 << 0)    /* Suppress space before next node. */
 #define FMT_ARG          (1 << 1)    /* May add argument to current macro. */  #define FMT_ARG          (1 << 1)    /* May add argument to current macro. */
Line 58  void  macro_argline(struct format *, const char *, con
Line 59  void  macro_argline(struct format *, const char *, con
 void     macro_addnode(struct format *, struct pnode *, int);  void     macro_addnode(struct format *, struct pnode *, int);
 void     macro_nodeline(struct format *, const char *, struct pnode *, int);  void     macro_nodeline(struct format *, const char *, struct pnode *, int);
   
   void     para_check(struct format *);
 void     print_text(struct format *, const char *, int);  void     print_text(struct format *, const char *, int);
 void     print_textnode(struct format *, struct pnode *);  void     print_textnode(struct format *, struct pnode *);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

CVSweb