Last changes made documentation generator break down. This patch
could fix it, though it can hyperlink incorrectly functions not
part of the tclwebtest package; a better one is required.
Index: lib/from_openacs.tcl
===================================================================
RCS file: /cvsroot/tclwebtest/tclwebtest/lib/from_openacs.tcl,v
retrieving revision 1.1
diff -u -r1.1 from_openacs.tcl
--- lib/from_openacs.tcl 31 Dec 2002 09:34:27 -0000 1.1
+++ lib/from_openacs.tcl 3 Mar 2003 17:40:51 -0000
@@ -596,6 +596,18 @@
return $out
}
+ad_proc -private api_format_see_list { sees } {
+ Generate an HTML list of referenced procs and pages.
+} {
+ append out "<br /><strong>See Also:</strong>\n<ul>"
+ foreach see $sees {
+ append out "<li><a href=\"#tclwebtest::$see\">$see</a>\n"
+ }
+ append out "</ul>\n"
+
+ return $out
+}
+
ad_proc -private api_format_common_elements { doc_elements_var } {
upvar $doc_elements_var doc_elements
--
Grzegorz Adam Hankiewicz, gr...@ef.... Tel: +34-94-472 35 89.
eFaber SL, Maria Diaz de Haro, 68, 2 http://www.efaber.net/
48920 Portugalete, Bizkaia (SPAIN)
|