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.72.2.46 -r1.72.2.47 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 22 May 2024 11:18:04 -0000 1.72.2.46 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 22 May 2024 11:23:06 -0000 1.72.2.47 @@ -753,8 +753,8 @@ append out $label } set debug_html [expr {$include_debug_controls_p - && [namespace which ::xo::api] ne "" - ? [::xo::api debug_widget $proc] : ""}] + && [namespace which ::xo::api] ne "" + ? [::xo::api debug_widget $proc] : ""}] } if {[nsv_exists api_proc_doc $proc]} { set doc_elements [nsv_get api_proc_doc $proc] @@ -807,8 +807,8 @@ @author Gustaf Neumann @param proc_name name is fully qualified name without leading colons proc procs, - XOTcl methods are a triple with the fully qualified class name, - then proc|instproc and then the method name. + XOTcl methods are a triple with the fully qualified class name, + then proc|instproc and then the method name. @param property name of property such as "main" "testcase" "calledby" "deprecated_p" "script" "protection" @param value value of the property @@ -1523,9 +1523,9 @@ return [tclcode_to_html -scope $scope -proc_namespace $proc_namespace [api_get_body $proc_name]] #package req nx::pp #append result \ - # [tclcode_to_html -scope $scope -proc_namespace $proc_namespace [api_get_body $proc_name]] \ - #
\ - # [nx::pp render [api_get_body $proc_name]] + # [tclcode_to_html -scope $scope -proc_namespace $proc_namespace [api_get_body $proc_name]] \ + #
\ + # [nx::pp render [api_get_body $proc_name]] } ad_proc -private length_var {data} { @@ -1558,7 +1558,7 @@ ad_proc -private length_braces {data} { @return length of subexpression, from open to close brace inclusive. - Doesn't deal with unescaped braces in substrings. + Doesn't deal with unescaped braces in substrings. } { set i 1 for {set count 1} {1} {incr i} { @@ -1615,7 +1615,7 @@ set expr_length [length_exp [string range $data $i end]] if {$expr_length == 0} { break - } + } incr i $expr_length set curchar [string index $data $i] } @@ -1899,8 +1899,8 @@ append html $proc_name } elseif {$proc_name in $::apidoc::KEYWORDS || - ([regexp {^::(.*)} $proc_name match had_colons] - && $had_colons in $::apidoc::KEYWORDS)} { + ([regexp {^::(.*)} $proc_name match had_colons] + && $had_colons in $::apidoc::KEYWORDS)} { set url "/api-doc/proc-view?proc=[string trimleft $proc_name :]" append html "" \ @@ -2023,8 +2023,8 @@ regsub {(-oracle|-postgresql)$} $file_rootname {} file_rootname lappend files {*}[glob -nocomplain \ - -directory $file_dirname \ - "${file_rootname}{,-}{,oracle,postgresql}.{adp,tcl,xql}" ] + -directory $file_dirname \ + "${file_rootname}{,-}{,oracle,postgresql}.{adp,tcl,xql}" ] } foreach file [lsort -decreasing $files] {