Index: openacs-4/packages/acs-api-browser/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/index.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/acs-api-browser/www/index.tcl 9 May 2018 15:33:28 -0000 1.10 +++ openacs-4/packages/acs-api-browser/www/index.tcl 30 Jun 2018 22:04:28 -0000 1.11 @@ -1,11 +1,11 @@ ad_page_contract { - + Offers links to other pages, and lets the user type the name of a specific procedure. If about_package_key is set to an installed package, then this page will automatically return /package-view page for the package-key, which is a handy way of integrating static docs with evolving api, especially for core packages. - @about_package_key a package-key + @param about_package_key a package-key @author Jon Salz (jsalz@mit.edu) @author Lars Pind (lars@pinds.com) @cvs-id $Id$