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

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

version 1.17, 2019/04/14 21:11:04 version 1.19, 2019/04/15 00:34:15
Line 66  static const struct nodeprop properties[] = {
Line 66  static const struct nodeprop properties[] = {
         { "function",           CLASS_LINE },          { "function",           CLASS_LINE },
         { "glossterm",          CLASS_LINE },          { "glossterm",          CLASS_LINE },
         { "group",              CLASS_ENCL },          { "group",              CLASS_ENCL },
           { "imagedata",          CLASS_TEXT },
         { "xi:include",         CLASS_VOID },          { "xi:include",         CLASS_VOID },
         { "index",              CLASS_TRANS },          { "index",              CLASS_TRANS },
         { "info",               CLASS_TRANS },          { "info",               CLASS_TRANS },
Line 92  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 154  static const char *const attrkeys[ATTRKEY__MAX] = {
Line 156  static const char *const attrkeys[ATTRKEY__MAX] = {
         "cols",          "cols",
         "DEFINITION",          "DEFINITION",
         "endterm",          "endterm",
           "entityref",
           "fileref",
         "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.17  
changed lines
  Added in v.1.19

CVSweb