From: Christophe Jaillet Date: Sat, 26 Oct 2019 19:19:03 +0000 (+0000) Subject: Help doc writer to spot places where: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=402ea113bbd93eef00e66ba0caaef75df15cd0e8;p=apache Help doc writer to spot places where: - a link to a directive from within its own should be avoided This link is now silently removed - a link to a directive is missing Try to give some context where to find this missing link git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869016 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index d2fb28e588..b629ebee7d 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -901,6 +901,13 @@ if (typeof(prettyPrint) !== 'undefined') { + + + < + + > + Removing link to '' + < @@ -922,6 +929,17 @@ if (typeof(prettyPrint) !== 'undefined') { < > + + + + + link to '' directive could be added in directive '' + + + + link to '' directive could be added in MODULE '' + +