1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

Fixed document generation to include section summaries on the Configuration page.

Fixed by Cynthia Shang.
This commit is contained in:
Cynthia Shang 2017-08-16 16:54:35 -04:00 committed by David Steele
parent 1d2b08ce94
commit 1be69d5ac7
2 changed files with 13 additions and 0 deletions

View File

@ -737,6 +737,9 @@ sub helpConfigDocGet
my $oSectionDoc = $oConfigDoc->nodeGet('config-section-list')->nodeGetById('config-section', $strSection);
# Set the summary text for the section
$oSectionElement->textSet($oSectionDoc->textGet());
$oSectionElement->
nodeAdd('title')->textSet(
{name => 'text',

View File

@ -12,6 +12,16 @@
<release-list>
<release date="XXXX-XX-XX" version="1.23dev" title="UNDER DEVELOPMENT">
<release-doc-list>
<release-bug-list>
<release-item>
<release-item-contributor-list>
<release-item-contributor id="shang.cynthia"/>
</release-item-contributor-list>
<p>Fixed document generation to include section summaries on the Configuration page.</p>
</release-item>
</release-bug-list>
<release-refactor-list>
<release-item>
<p>Move contributor list to the end of <file>release.xml</file> for convenience.</p>