doc PG relnotes: document "Unresolved ID reference found" cause
authorBruce Momjian <bruce@momjian.us>
Thu, 19 Sep 2024 16:01:59 +0000 (12:01 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 19 Sep 2024 16:01:59 +0000 (12:01 -0400)
Backpatch-through: 12

doc/src/sgml/stylesheet-fo.xsl

index 73f83c27ce93ae385401a516fdfe59c75bd37204..623b460925a71cf02737291980eb7c78336dd7ef 100644 (file)
   <!-- Do nothing for ulink to avoid footnotes -->
 </xsl:template>
 
-<!-- Also suppress the description of the section markers in print mode -->
+<!--
+Suppress the description of the commit link markers in print mode.
+Caues an "Unresolved ID reference found" warning during PDF builds
+because the paragraph is suppressed in the output.
+-->
 <xsl:template match="appendix[@id='release']//para[@id='release-commit-links']">
   <!-- Output nothing for this para -->
 </xsl:template>