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

Diff for /docbook2mdoc/node.c between version 1.15 and 1.16

version 1.15, 2019/04/14 18:07:35 version 1.16, 2019/04/14 20:13:25
Line 123  static const struct nodeprop properties[] = {
Line 123  static const struct nodeprop properties[] = {
         { "simplelist",         CLASS_TRANS },          { "simplelist",         CLASS_TRANS },
         { "simplesect",         CLASS_BLOCK },          { "simplesect",         CLASS_BLOCK },
         { "spanspec",           CLASS_TRANS },          { "spanspec",           CLASS_TRANS },
           { "subscript",          CLASS_TEXT },
         { "subtitle",           CLASS_BLOCK },          { "subtitle",           CLASS_BLOCK },
           { "superscript",        CLASS_TEXT },
         { "synopsis",           CLASS_BLOCK },          { "synopsis",           CLASS_BLOCK },
         { "systemitem",         CLASS_LINE },          { "systemitem",         CLASS_LINE },
         { "table",              CLASS_TRANS },          { "table",              CLASS_TRANS },

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb