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

Diff for /docbook2mdoc/node.c between version 1.20 and 1.21

version 1.20, 2019/04/15 19:15:19 version 1.21, 2019/04/16 14:58:19
Line 78  static const struct nodeprop properties[] = {
Line 78  static const struct nodeprop properties[] = {
         { "link",               CLASS_ENCL },          { "link",               CLASS_ENCL },
         { "listitem",           CLASS_TRANS },          { "listitem",           CLASS_TRANS },
         { "literal",            CLASS_ENCL },          { "literal",            CLASS_ENCL },
         { "literallayout",      CLASS_BLOCK },          { "literallayout",      CLASS_NOFILL },
         { "manvolnum",          CLASS_TRANS },          { "manvolnum",          CLASS_TRANS },
         { "markup",             CLASS_LINE },          { "markup",             CLASS_LINE },
         { "member",             CLASS_LINE },          { "member",             CLASS_LINE },
Line 101  static const struct nodeprop properties[] = {
Line 101  static const struct nodeprop properties[] = {
         { "parameter",          CLASS_LINE },          { "parameter",          CLASS_LINE },
         { "personname",         CLASS_TRANS },          { "personname",         CLASS_TRANS },
         { "preface",            CLASS_BLOCK },          { "preface",            CLASS_BLOCK },
         { "programlisting",     CLASS_BLOCK },          { "programlisting",     CLASS_NOFILL },
         { "prompt",             CLASS_TRANS },          { "prompt",             CLASS_TRANS },
         { "pubdate",            CLASS_TRANS },          { "pubdate",            CLASS_TRANS },
         { "quote",              CLASS_ENCL },          { "quote",              CLASS_ENCL },
Line 120  static const struct nodeprop properties[] = {
Line 120  static const struct nodeprop properties[] = {
         { "replaceable",        CLASS_LINE },          { "replaceable",        CLASS_LINE },
         { "row",                CLASS_BLOCK },          { "row",                CLASS_BLOCK },
         { "sbr",                CLASS_BLOCK },          { "sbr",                CLASS_BLOCK },
         { "screen",             CLASS_BLOCK },          { "screen",             CLASS_NOFILL },
         { "section",            CLASS_BLOCK },          { "section",            CLASS_BLOCK },
         { "simplelist",         CLASS_TRANS },          { "simplelist",         CLASS_TRANS },
         { "simplesect",         CLASS_BLOCK },          { "simplesect",         CLASS_BLOCK },
Line 128  static const struct nodeprop properties[] = {
Line 128  static const struct nodeprop properties[] = {
         { "subscript",          CLASS_TEXT },          { "subscript",          CLASS_TEXT },
         { "subtitle",           CLASS_BLOCK },          { "subtitle",           CLASS_BLOCK },
         { "superscript",        CLASS_TEXT },          { "superscript",        CLASS_TEXT },
         { "synopsis",           CLASS_BLOCK },          { "synopsis",           CLASS_NOFILL },
         { "systemitem",         CLASS_LINE },          { "systemitem",         CLASS_LINE },
         { "table",              CLASS_TRANS },          { "table",              CLASS_TRANS },
         { "tbody",              CLASS_TRANS },          { "tbody",              CLASS_TRANS },

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb