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

Diff of /global/htags/common.c

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

revision 1.37 by shigio, Sat Apr 16 15:17:40 2005 UTC revision 1.38 by shigio, Thu May 5 01:51:53 2005 UTC
# Line 213  upperdir(dir) Line 213  upperdir(dir)
213   * Generate beginning of page   * Generate beginning of page
214   *   *
215   *      i)      title   title of this page   *      i)      title   title of this page
216   *      i)      subdir  1: this page is in subdirectory   *      i)      place   SUBDIR: this page is in sub directory
217     *                      TOPDIR: this page is in the top directory
218   */   */
219  const char *  const char *
220  gen_page_begin(title, subdir)  gen_page_begin(title, place)
221          const char *title;          const char *title;
222          int subdir;          int place;
223  {  {
224          STATIC_STRBUF(sb);          STATIC_STRBUF(sb);
225          const char *dir = subdir ? "../" : "";          const char *dir = (place == SUBDIR) ? "../" : "";
226    
227          strbuf_clear(sb);          strbuf_clear(sb);
228          if (enable_xhtml) {          if (enable_xhtml) {

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