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

Diff for /mandoc/Attic/libmdocml.h between version 1.11 and 1.12

version 1.11, 2008/12/03 14:39:59 version 1.12, 2008/12/04 11:25:29
Line 26  struct  md_params_xml {
Line 26  struct  md_params_xml {
 };  };
   
 struct  md_params_html {  struct  md_params_html {
         int              dummy;          char            *css;
           int              flags;
   #define HTML_CSS_EMBED  (1 << 0)
 };  };
   
 union   md_params {  union   md_params {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb