apidoc::format_changelog_list (private)

 apidoc::format_changelog_list changelog

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

Format the change log info

Parameters:
changelog

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

Testcases:
No testcase defined.
Source code:
        append out "<dt>Changelog:</dt>\n"
        foreach change $changelog {
            append out "<dd>[format_changelog_change $change]</dd>\n"
        }
        return $out
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: