← Back to team overview

kicad-developers team mailing list archive

[PATCH] Add anchor for advanced configuration for doxygen docs

 

Hello

I would like to see the attached minor documentation change to be merged as
it makes it easier to link to the section from the www.

The patch should otherwise be self explanatory :)

Regards
Nick Østergaard
From d95b0ff71ea3335e6c769b46479ec10ed7617c1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nick=20=C3=98stergaard?= <oe.nick@gmail.com>
Date: Sun, 10 Feb 2019 21:56:44 +0100
Subject: [PATCH] Add anchor for advanced configuration

To make it appear in the TOC on the left and be able to link to it
directly on the www.
---
 Documentation/development/testing.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/development/testing.md b/Documentation/development/testing.md
index 3bad8e3a5..4c4cf29e6 100644
--- a/Documentation/development/testing.md
+++ b/Documentation/development/testing.md
@@ -285,7 +285,7 @@ Some available masks:
     * `KICAD_GEDA_PLUGIN`
     * `KICAD_PCB_PLUGIN`
 
-# Advanced configuration
+# Advanced configuration {#advanced-configuration}
 
 There are some advance configuration options, which are mostly used for
 development or testing purposes.
@@ -301,4 +301,4 @@ never need to set these keys for normal usage - if you do, that's a bug.
 [AFL fuzzing tool]: http://lcamtuf.coredump.cx/afl/
 [trace mask documentation]: http://docs.kicad-pcb.org/doxygen/group__trace__env__vars.html
 [trace mask documentation]: http://docs.kicad-pcb.org/doxygen/group__trace__env__vars.html
-[advanced config documentation]: http://docs.kicad-pcb.org/doxygen/namespaceAC__KEYS.html
\ No newline at end of file
+[advanced config documentation]: http://docs.kicad-pcb.org/doxygen/namespaceAC__KEYS.html
-- 
2.20.1


Follow ups