[PATCH] libosmocore[master]: vty reference: merge_doc.xsl: do not omit description tag

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Sat Dec 9 05:04:01 UTC 2017


Review at  https://gerrit.osmocom.org/5250

vty reference: merge_doc.xsl: do not omit description tag

vty_additions.xml files provide <description>s for <node> tags, but for unknown
reasons, merge_doc.xsl explicitly omits description tags. Do not omit
<description>s so that they show up in the merged document.

This will take effect when next building the osmo-gsm-manuals using this file.

Change-Id: I418e61705043d4df047d8038c5d61623ba64f2e0
---
M doc/vty/merge_doc.xsl
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/50/5250/1

diff --git a/doc/vty/merge_doc.xsl b/doc/vty/merge_doc.xsl
index adbc1c1..d75c499 100644
--- a/doc/vty/merge_doc.xsl
+++ b/doc/vty/merge_doc.xsl
@@ -18,9 +18,7 @@
       <xsl:copy>
         <xsl:apply-templates select="@*|node()" />
           <xsl:for-each select="$info/*">
-            <xsl:if test="not($info/vty:description)">
-              <xsl:copy-of select="." />
-	    </xsl:if>
+	    <xsl:copy-of select="." />
           </xsl:for-each>
       </xsl:copy>
     </xsl:if>

-- 
To view, visit https://gerrit.osmocom.org/5250
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I418e61705043d4df047d8038c5d61623ba64f2e0
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list