apidoc::format_changelog_change (private)

 apidoc::format_changelog_change change

Defined in packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl

Formats the change log line: turns email addresses in parenthesis into links.

Parameters:
change

Partial Call Graph (max 5 caller/called nodes):
%3 apidoc::format_changelog_list apidoc::format_changelog_list (private) apidoc::format_changelog_change apidoc::format_changelog_change apidoc::format_changelog_list->apidoc::format_changelog_change

Testcases:
No testcase defined.
Source code:
        regsub {\(([^ \n\r\t]+@[^ \n\r\t]+\.[^ \n\r\t]+)\)} $change {(<a href="mailto:\1">\1</a>)} change
        return $change
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: