From 402ea113bbd93eef00e66ba0caaef75df15cd0e8 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 26 Oct 2019 19:19:03 +0000 Subject: [PATCH] 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 --- docs/manual/style/xsl/common.xsl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 '' + + -- 2.40.0