Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v
diff -u -r1.30.2.4 -r1.30.2.5
--- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 20 Sep 2015 15:40:15 -0000 1.30.2.4
+++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 9 Oct 2015 13:27:35 -0000 1.30.2.5
@@ -105,7 +105,7 @@
regsub -all {\#.*$} $line "" line
set line [string trim $line]
if { $line ne "" } {
- set has_contract_p [regexp {(^ad_(page|include)_contract\s)|( initialize )|} $line]
+ set has_contract_p [regexp {(^ad_(page|include)_contract\s)|(Package initialize )} $line]
break
}
}
@@ -987,15 +987,15 @@
Given a proc name, formats it as HTML, including highlighting syntax in
various colors and creating hyperlinks to other proc definitions.
The inspiration for this proc was the tcl2html script created by Jeff Hobbs.
-
+
Known Issues: -