From 3e991ee6851d9396e99aab37b8706426ff5185f1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 6 Oct 2014 12:46:00 -0700 Subject: ref-manual, template: Permalinks for QA errors and warnings Updated the ref-qa-checks.xml chapter so that each QA warning or error message would generate a permalink that is suitable for searching from the poky codebase. To implement this, I had to embed an id marker in the tag that precedes each tag pair. The 'xxx' string of the id is the leaf portion of the permalink. This creates the following tag construct: some-warning-or-error-message The permalink is generated with the help of the new qa-code-permalinks.xsl file, which triggers on the construct. This new file resides in documentation/template. Right now, this construct is unique to the ref-manual's chapter on the QA error and warnings chapter only. However, if for some reason that construct is used in any other part of the ref-manual, a generically numbered permalink would also be generated. The ref-manual-customization.xsl file was also altered to include the new documentation/template/qa-code-permalinks.xsl file. Reported-by: Paul Eggleton (From yocto-docs rev: aec27a9f8337575d31bfe0066563da99259046e0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-manual-customization.xsl | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation/ref-manual/ref-manual-customization.xsl') diff --git a/documentation/ref-manual/ref-manual-customization.xsl b/documentation/ref-manual/ref-manual-customization.xsl index 05c9b979b1..b58b1dcaf9 100644 --- a/documentation/ref-manual/ref-manual-customization.xsl +++ b/documentation/ref-manual/ref-manual-customization.xsl @@ -9,6 +9,7 @@ + -- cgit v1.2.3-54-g00ecf