In generated html sitedocs fixed link from node to tic areas

This commit is contained in:
Michiel Broek 2007-02-12 13:45:08 +00:00
parent 18929b8dfa
commit 8b0192b346
2 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@ v0.91.3 11-Feb-2007
mbsebbs:
Some debuglog cleanup.
nbsetup:
In generated html sitedocs fixed link from node to tic areas.
v0.91.2 14-Jan-2007 - 11-Feb-2007

View File

@ -4,7 +4,7 @@
* Purpose ...............: Nodes Setup Program
*
*****************************************************************************
* Copyright (C) 1997-2006
* Copyright (C) 1997-2007
*
* Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10
@ -1782,7 +1782,7 @@ int node_doc(FILE *fp, FILE *toc, int page)
fprintf(wp, "<TBODY>\n");
}
refs++;
fprintf(wp, "<TR><TD><A HREF=\"tic_%s.html\">%s</A></TD><TD>%s</TD><TD>%s</TD></TR>\n",
fprintf(wp, "<TR><TD><A HREF=\"ticarea_%s.html\">%s</A></TD><TD>%s</TD><TD>%s</TD></TR>\n",
tic.Name, tic.Name, temp, tic.Comment);
}
}