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

Diff for /docbook2mdoc/node.c between version 1.25 and 1.26

version 1.25, 2019/04/28 15:32:05 version 1.26, 2019/04/28 20:26:49
Line 32  struct nodeprop {
Line 32  struct nodeprop {
 };  };
   
 static  const struct nodeprop properties[] = {  static  const struct nodeprop properties[] = {
           { "abstract",           CLASS_BLOCK },
         { "appendix",           CLASS_BLOCK },          { "appendix",           CLASS_BLOCK },
         { "arg",                CLASS_ENCL },          { "arg",                CLASS_ENCL },
         { "author",             CLASS_LINE },          { "author",             CLASS_LINE },

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb