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

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

version 1.16, 2019/04/14 20:13:25 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 },

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

CVSweb