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

version 1.15, 2019/04/14 18:07:35 version 1.17, 2019/04/14 21:11:04
Line 58  static const struct nodeprop properties[] = {
Line 58  static const struct nodeprop properties[] = {
         { "fieldsynopsis",      CLASS_TRANS },          { "fieldsynopsis",      CLASS_TRANS },
         { "filename",           CLASS_LINE },          { "filename",           CLASS_LINE },
         { "firstterm",          CLASS_LINE },          { "firstterm",          CLASS_LINE },
         { "footnote",           CLASS_TRANS },          { "footnote",           CLASS_BLOCK },
         { "funcdef",            CLASS_BLOCK },          { "funcdef",            CLASS_BLOCK },
         { "funcprototype",      CLASS_BLOCK },          { "funcprototype",      CLASS_BLOCK },
         { "funcsynopsis",       CLASS_TRANS },          { "funcsynopsis",       CLASS_TRANS },
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.17

CVSweb