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

Diff for /docbook2mdoc/statistics.c between version 1.15 and 1.20

version 1.15, 2019/04/07 17:00:56 version 1.20, 2019/04/12 21:37:07
Line 350  main(int argc, char *argv[])
Line 350  main(int argc, char *argv[])
         if (show_all == 0) {          if (show_all == 0) {
                 table_add("ROOT", "refentry");                  table_add("ROOT", "refentry");
                 table_add("acronym", "TEXT");                  table_add("acronym", "TEXT");
                   table_add("appendix", NULL);
                   table_add("article", NULL);
                   table_add("author", "contrib");
                   table_add("author", "email");
                   table_add("author", "firstname");
                   table_add("author", "othername");
                   table_add("author", "surname");
                   table_add("blockquote", NULL);
                   table_add("book", NULL);
                 table_add("chapter", NULL);                  table_add("chapter", NULL);
                 table_add("code", "TEXT");                  table_add("code", "TEXT");
                   table_add("computeroutput", "TEXT");
                 table_add("constant", "TEXT");                  table_add("constant", "TEXT");
                 table_add("emphasis", "TEXT");                  table_add("emphasis", "TEXT");
                 table_add("entry", NULL);                  table_add("entry", NULL);
Line 365  main(int argc, char *argv[])
Line 375  main(int argc, char *argv[])
                 table_add("funcsynopsis", "funcsynopsisinfo");                  table_add("funcsynopsis", "funcsynopsisinfo");
                 table_add("funcsynopsisinfo", "TEXT");                  table_add("funcsynopsisinfo", "TEXT");
                 table_add("function", "TEXT");                  table_add("function", "TEXT");
                   table_add("glossary", "glossdiv");
                   table_add("glossary", "glossentry");
                   table_add("glossdef", "para");
                   table_add("glossdiv", "glossentry");
                   table_add("glossentry", "glossdef");
                   table_add("glossentry", "glossterm");
                   table_add("glossentry", "indexterm");
                   table_add("glosslist", "glossentry");
                   table_add("glossterm", "TEXT");
                 table_add("indexterm", "primary");                  table_add("indexterm", "primary");
                 table_add("indexterm", "secondary");                  table_add("indexterm", "secondary");
                 table_add("informaltable", "tgroup");                  table_add("informaltable", "tgroup");
                 table_add("itemizedlist", "listitem");                  table_add("itemizedlist", "listitem");
                   table_add("legalnotice", NULL);
                 table_add("link", NULL);                  table_add("link", NULL);
                 table_add("listitem", NULL);                  table_add("listitem", NULL);
                 table_add("literal", "TEXT");                  table_add("literal", "TEXT");
                 table_add("literallayout", NULL);                  table_add("literallayout", NULL);
                   table_add("markup", "TEXT");
                 table_add("member", "TEXT");                  table_add("member", "TEXT");
                   table_add("note", NULL);
                 table_add("orderedlist", "listitem");                  table_add("orderedlist", "listitem");
                   table_add("othercredit", "contrib");
                   table_add("othercredit", "email");
                   table_add("othercredit", "firstname");
                   table_add("othercredit", "othername");
                   table_add("othercredit", "surname");
                 table_add("para", NULL);                  table_add("para", NULL);
                 table_add("paramdef", "parameter");                  table_add("paramdef", "parameter");
                 table_add("paramdef", "TEXT");                  table_add("paramdef", "TEXT");

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

CVSweb