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

Diff for /docbook2mdoc/statistics.c between version 1.7 and 1.8

version 1.7, 2019/04/03 14:02:07 version 1.8, 2019/04/03 15:05:08
Line 349  main(int argc, char *argv[])
Line 349  main(int argc, char *argv[])
         /* Exclude relations that are already fully implemented. */          /* Exclude relations that are already fully implemented. */
         if (show_all == 0) {          if (show_all == 0) {
                 table_add("chapter", "title");                  table_add("chapter", "title");
                   table_add("emphasis", "TEXT");
                 table_add("entry", NULL);                  table_add("entry", NULL);
                   table_add("funcdef", "function");
                   table_add("funcdef", "TEXT");
                   table_add("funcprototype", "funcdef");
                   table_add("funcprototype", "paramdef");
                   table_add("function", "TEXT");
                 table_add("informaltable", "tgroup");                  table_add("informaltable", "tgroup");
                 table_add("itemizedlist", "listitem");                  table_add("itemizedlist", "listitem");
                 table_add("listitem", NULL);                  table_add("listitem", NULL);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb