- @content_pages.indentation;noquote@
+ | @content_pages.indentation;noquote@
@content_pages.name@
Index: openacs-4/packages/acs-api-browser/www/package-view.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/package-view.tcl,v
diff -u -r1.7.2.7 -r1.7.2.8
--- openacs-4/packages/acs-api-browser/www/package-view.tcl 2 Sep 2014 18:04:07 -0000 1.7.2.7
+++ openacs-4/packages/acs-api-browser/www/package-view.tcl 10 Sep 2014 20:19:27 -0000 1.7.2.8
@@ -26,7 +26,7 @@
content_pages:multirow
}
-set public_p [::apidoc::api_set_public $version_id $public_p]
+set public_p [::apidoc::set_public $version_id $public_p]
db_0or1row pretty_name_from_package_id {
select pretty_name, package_key, version_name
@@ -76,7 +76,7 @@
if { [nsv_exists api_library_doc $full_path] } {
array set doc_elements [nsv_get api_library_doc $full_path]
- set first_sentence [::apidoc::api_first_sentence [lindex $doc_elements(main) 0]]
+ set first_sentence [::apidoc::first_sentence [lindex $doc_elements(main) 0]]
set view procs-file-view
} else {
set first_sentence ""
@@ -106,7 +106,7 @@
continue
}
}
- multirow append procedures $proc [::apidoc::api_first_sentence [lindex $doc_elements(main) 0]]
+ multirow append procedures $proc [::apidoc::first_sentence [lindex $doc_elements(main) 0]]
}
}
sql_files {
@@ -156,7 +156,7 @@
set type $doc_elements(type)
}
if { [info exists doc_elements(main)] } {
- set first_sentence [::apidoc::api_first_sentence [lindex $doc_elements(main) 0]]
+ set first_sentence [::apidoc::first_sentence [lindex $doc_elements(main) 0]]
}
} else {
set content_type directory
Index: openacs-4/packages/acs-api-browser/www/procs-file-view.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/procs-file-view.tcl,v
diff -u -r1.3.10.4 -r1.3.10.5
--- openacs-4/packages/acs-api-browser/www/procs-file-view.tcl 2 Sep 2014 18:04:07 -0000 1.3.10.4
+++ openacs-4/packages/acs-api-browser/www/procs-file-view.tcl 10 Sep 2014 20:19:27 -0000 1.3.10.5
@@ -25,9 +25,9 @@
}
if {[info exists version_id]} {
- set public_p [::apidoc::api_set_public $version_id $public_p]
+ set public_p [::apidoc::set_public $version_id $public_p]
} else {
- set public_p [::apidoc::api_set_public "" $public_p]
+ set public_p [::apidoc::set_public "" $public_p]
}
set dimensional_list {
Index: openacs-4/packages/acs-api-browser/www/type-view.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/Attic/type-view.tcl,v
diff -u -r1.3.20.4 -r1.3.20.5
--- openacs-4/packages/acs-api-browser/www/type-view.tcl 2 Sep 2014 18:04:07 -0000 1.3.20.4
+++ openacs-4/packages/acs-api-browser/www/type-view.tcl 10 Sep 2014 20:19:27 -0000 1.3.20.5
@@ -24,7 +24,7 @@
}
-set public_p [::apidoc::api_set_public $version_id]
+set public_p [::apidoc::set_public $version_id]
set context [list]
Index: openacs-4/packages/xotcl-core/www/show-object.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/www/show-object.tcl,v
diff -u -r1.15.6.9 -r1.15.6.10
--- openacs-4/packages/xotcl-core/www/show-object.tcl 4 Sep 2014 12:43:04 -0000 1.15.6.9
+++ openacs-4/packages/xotcl-core/www/show-object.tcl 10 Sep 2014 20:19:27 -0000 1.15.6.10
@@ -222,7 +222,7 @@
if { [info exists doc_elements(see)] } {
append output "See Also:\n"
foreach seeref $doc_elements(see) {
- append output "[::apidoc::api_format_see $seeref]\n"
+ append output "[::apidoc::format_see $seeref]\n"
}
}
if { [info exists doc_elements(creation-date)] } {
@@ -231,7 +231,7 @@
if { [info exists doc_elements(author)] } {
append output "Author[ad_decode [llength $doc_elements(author)] 1 "" "s"]:\n"
foreach author $doc_elements(author) {
- append output "[::apidoc::api_format_author $author]\n"
+ append output "[::apidoc::format_author $author]\n"
}
}
if { [info exists doc_elements(cvs-id)] } {
@@ -274,7 +274,7 @@
if { $show_source } {
append output \
"" \
- [::apidoc::api_tcl_to_html [::xotcl::api proc_index $scope $object $proc $m]] \
+ [::apidoc::tcl_to_html [::xotcl::api proc_index $scope $object $proc $m]] \
}
return $output
@@ -304,7 +304,7 @@
if { $show_source } {
append output \
"" \
- [::apidoc::api_tcl_to_html [::xotcl::api proc_index $scope $object instproc $m]] \
+ [::apidoc::tcl_to_html [::xotcl::api proc_index $scope $object instproc $m]] \
}
}
Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v
diff -u -r1.239.2.18 -r1.239.2.19
--- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 3 Sep 2014 20:17:42 -0000 1.239.2.18
+++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 10 Sep 2014 20:19:27 -0000 1.239.2.19
@@ -1467,8 +1467,8 @@
}
code_listing instproc pretty_value {v} {
[my object] do_substitutions 0
- if {[info commands ::apidoc::api_tclcode_to_html] ne ""} {
- set html [::apidoc::api_tclcode_to_html [my value]]
+ if {[info commands ::apidoc::tclcode_to_html] ne ""} {
+ set html [::apidoc::tclcode_to_html [my value]]
regsub -all "\n?\r" $html html
return "$html "
} else {
|