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

Diff for /mandoc/html.c between version 1.240 and 1.241

version 1.240, 2018/10/02 12:33:37 version 1.241, 2018/10/02 14:56:47
Line 136  html_alloc(const struct manoutput *outopts)
Line 136  html_alloc(const struct manoutput *outopts)
         h->base_includes = outopts->includes;          h->base_includes = outopts->includes;
         if (outopts->fragment)          if (outopts->fragment)
                 h->oflags |= HTML_FRAGMENT;                  h->oflags |= HTML_FRAGMENT;
           if (outopts->toc)
                   h->oflags |= HTML_TOC;
   
         mandoc_ohash_init(&id_unique, 4, 0);          mandoc_ohash_init(&id_unique, 4, 0);
   

Legend:
Removed from v.1.240  
changed lines
  Added in v.1.241

CVSweb