/[global]/global/htags/src2html.c
ViewVC logotype

Diff of /global/htags/src2html.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by h-iwamoto, Mon May 9 13:49:06 2005 UTC revision 1.38 by shigio, Mon May 9 22:57:58 2005 UTC
# Line 707  src2html(src, html, notsource) Line 707  src2html(src, html, notsource)
707          /*          /*
708           * print the header           * print the header
709           */           */
710            if (insert_header)
711                    fputs(gen_insert_header(SUBDIR), out);
712          fputs(gen_name_string("TOP"), out);          fputs(gen_name_string("TOP"), out);
713          fputs(header_begin, out);          fputs(header_begin, out);
714          fputs(fill_anchor(indexlink, src), out);          fputs(fill_anchor(indexlink, src), out);
# Line 894  src2html(src, html, notsource) Line 896  src2html(src, html, notsource)
896                  fprintf(out, "%s[+%d %s]%s", position_begin, last_lineno, src, position_end);                  fprintf(out, "%s[+%d %s]%s", position_begin, last_lineno, src, position_end);
897          fputs(" */", out);          fputs(" */", out);
898          fputs_nl(comment_end, out);          fputs_nl(comment_end, out);
899            if (insert_footer)
900                    fputs(gen_insert_footer(SUBDIR), out);
901          fputs_nl(body_end, out);          fputs_nl(body_end, out);
902          fputs_nl(gen_page_end(), out);          fputs_nl(gen_page_end(), out);
903          if (!notsource)          if (!notsource)

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26