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

Diff for /docbook2mdoc/node.c between version 1.18 and 1.19

version 1.18, 2019/04/14 22:37:56 version 1.19, 2019/04/15 00:34:15
Line 93  static const struct nodeprop properties[] = {
Line 93  static const struct nodeprop properties[] = {
         { "mml:msup",           CLASS_LINE },          { "mml:msup",           CLASS_LINE },
         { "modifier",           CLASS_LINE },          { "modifier",           CLASS_LINE },
         { "note",               CLASS_BLOCK },          { "note",               CLASS_BLOCK },
           { "olink",              CLASS_ENCL },
         { "option",             CLASS_LINE },          { "option",             CLASS_LINE },
         { "orderedlist",        CLASS_BLOCK },          { "orderedlist",        CLASS_BLOCK },
         { "para",               CLASS_BLOCK },          { "para",               CLASS_BLOCK },
Line 160  static const char *const attrkeys[ATTRKEY__MAX] = {
Line 161  static const char *const attrkeys[ATTRKEY__MAX] = {
         "href",          "href",
         "id",          "id",
         "linkend",          "linkend",
           "localinfo",
         "NAME",          "NAME",
         "open",          "open",
         "PUBLIC",          "PUBLIC",
         "rep",          "rep",
         "SYSTEM",          "SYSTEM",
           "targetdoc",
           "targetptr",
         "url",          "url",
         "xlink:href"          "xlink:href"
 };  };

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb