[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.27

version 1.25, 2019/04/28 15:32:05 version 1.27, 2019/05/01 11:34:20
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 },
Line 148  static const struct nodeprop properties[] = {
Line 149  static const struct nodeprop properties[] = {
         { "warning",            CLASS_BLOCK },          { "warning",            CLASS_BLOCK },
         { "wordasword",         CLASS_TRANS },          { "wordasword",         CLASS_TRANS },
         { "xref",               CLASS_LINE },          { "xref",               CLASS_LINE },
           { "year",               CLASS_TRANS },
         { "[UNKNOWN]",          CLASS_VOID },          { "[UNKNOWN]",          CLASS_VOID },
         { "(t)",                CLASS_TEXT },          { "(t)",                CLASS_TEXT },
         { "(e)",                CLASS_TEXT }          { "(e)",                CLASS_TEXT }

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

CVSweb