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

version 1.17, 2019/04/14 21:11:04 version 1.18, 2019/04/14 22:37:56
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 154  static const char *const attrkeys[ATTRKEY__MAX] = {
Line 155  static const char *const attrkeys[ATTRKEY__MAX] = {
         "cols",          "cols",
         "DEFINITION",          "DEFINITION",
         "endterm",          "endterm",
           "entityref",
           "fileref",
         "href",          "href",
         "id",          "id",
         "linkend",          "linkend",

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

CVSweb