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 (required)
- Partial Call Graph (max 5 caller/called nodes):
- 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 $outXQL Not present: Generic, PostgreSQL, Oracle