made some minor @see tag changes to please the new jsdoc-toolkit based docs
This commit is contained in:
parent
1d9d306bca
commit
add43975fc
1 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ function trim_filter(input) {
|
||||||
* Removes all tags from a String.
|
* Removes all tags from a String.
|
||||||
* Currently simply wraps Helma's stripTags-method.
|
* Currently simply wraps Helma's stripTags-method.
|
||||||
*
|
*
|
||||||
* @see stripTags
|
* @see global.stripTags
|
||||||
*/
|
*/
|
||||||
function stripTags_filter(input) {
|
function stripTags_filter(input) {
|
||||||
return stripTags((input || "").toString());
|
return stripTags((input || "").toString());
|
||||||
|
@ -105,7 +105,7 @@ function stripTags_filter(input) {
|
||||||
* Escapes the characters in a String using XML entities.
|
* Escapes the characters in a String using XML entities.
|
||||||
* Currently simply wraps Helma's encodeXml-method.
|
* Currently simply wraps Helma's encodeXml-method.
|
||||||
*
|
*
|
||||||
* @see encodeXml
|
* @see global.encodeXml
|
||||||
*/
|
*/
|
||||||
function escapeXml_filter(input) {
|
function escapeXml_filter(input) {
|
||||||
return encodeXml((input || "").toString());
|
return encodeXml((input || "").toString());
|
||||||
|
|
Loading…
Add table
Reference in a new issue