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

Diff for /mandoc/mdoc.h between version 1.45 and 1.49

version 1.45, 2009/03/09 14:19:59 version 1.49, 2009/03/16 23:37:28
Line 31 
Line 31 
   
 /* What follows is a list of ALL possible macros. */  /* What follows is a list of ALL possible macros. */
   
 /* TODO: Brq et al. */  
   
 #define MDOC___          0  #define MDOC___          0
 #define MDOC_Dd          1  #define MDOC_Dd          1
 #define MDOC_Dt          2  #define MDOC_Dt          2
Line 144 
Line 142 
 #define MDOC_Lp          108  #define MDOC_Lp          108
 #define MDOC_Lk          109  #define MDOC_Lk          109
 #define MDOC_Mt          110  #define MDOC_Mt          110
 #define MDOC_MAX         111  #define MDOC_Brq         111
   #define MDOC_Bro         112
   #define MDOC_Brc         113
   #define MDOC__C          114
   #define MDOC_Es          115
   #define MDOC_En          116
   #define MDOC_Dx          117
   #define MDOC_MAX         118
   
 /* What follows is a list of ALL possible macro arguments. */  /* What follows is a list of ALL possible macro arguments. */
   
Line 173 
Line 178 
 #define MDOC_Words       22  #define MDOC_Words       22
 #define MDOC_Emphasis    23  #define MDOC_Emphasis    23
 #define MDOC_Symbolic    24  #define MDOC_Symbolic    24
 #define MDOC_ARG_MAX     25  #define MDOC_Nested      25
   #define MDOC_ARG_MAX     26
   
 /* Warnings are either syntax or groff-compatibility. */  /* Warnings are either syntax or groff-compatibility. */
 enum    mdoc_warn {  enum    mdoc_warn {

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.49

CVSweb