kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #38773
Re: Bad link to doxygen on Kicad.org
Hi,
Quick patch to address this and in a few other places in the docs.
Cheers,
John
On Tue, Jan 1, 2019 at 11:45 PM Brian Piccioni
<brian@xxxxxxxxxxxxxxxxxxxxx> wrote:
>
> FYI on
> http://docs.kicad-pcb.org/doxygen/md_Documentation_development_compiling.htm
> l the link to Doxygen http://www.stack.nl/~dimitri/doxygen/ appears to be
> broken. The correct address appears to be http://www.doxygen.nl/
>
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
From e2045e82720d145a23af0e9de538173d56cdb831 Mon Sep 17 00:00:00 2001
From: John Beard <john.j.beard@xxxxxxxxx>
Date: Wed, 2 Jan 2019 01:05:32 +0000
Subject: [PATCH] Docs: Fix doxygen links
Doxygen is now at: http://www.doxygen.nl
Reported by: Brian Piccioni.
---
Documentation/development/coding-style-policy.md | 4 ++--
Documentation/development/compiling.md | 2 +-
Documentation/development/road-map-r5.md | 2 +-
INSTALL.txt | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Documentation/development/coding-style-policy.md b/Documentation/development/coding-style-policy.md
index 5287d2897..9f3d85258 100644
--- a/Documentation/development/coding-style-policy.md
+++ b/Documentation/development/coding-style-policy.md
@@ -235,8 +235,8 @@ good practice to actually generate the Doxygen \*.html files by
building target doxygen-docs, and then to review the quality of your
Doxygen comments with a web browser before submitting a patch.
-[doccode]: http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html
-[manual]: http://www.stack.nl/~dimitri/doxygen/manual.html
+[doccode]: http://www.doxygen.nl/manual/docblocks.html
+[manual]: http://www.doxygen.nl/manual
### 3.2.1 Function Comments ### {#function_comments}
These go into a header file, unless the function is a private (i.e.
diff --git a/Documentation/development/compiling.md b/Documentation/development/compiling.md
index 9af2fe5ef..76fa91c44 100644
--- a/Documentation/development/compiling.md
+++ b/Documentation/development/compiling.md
@@ -462,7 +462,7 @@ you will have to apply the Boost patches in the KiCad source [patches folder][].
[GIT]: https://git-scm.com/
[GitHub]: https://github.com/KiCad/kicad-source-mirror
[ngspice]: http://ngspice.sourceforge.net/
-[Doxygen]: http://www.stack.nl/~dimitri/doxygen/
+[Doxygen]: http://www.doxygen.nl
[mailing list]: https://launchpad.net/~kicad-developers
[SWIG]: http://www.swig.org/
[wxWidgets]: http://wxwidgets.org/
diff --git a/Documentation/development/road-map-r5.md b/Documentation/development/road-map-r5.md
index b744f7eaf..12a63c439 100644
--- a/Documentation/development/road-map-r5.md
+++ b/Documentation/development/road-map-r5.md
@@ -453,7 +453,7 @@ involved with the project.
**Status:**
- In progress. Most of the developer documentation has been converted to
- [Doxygen markdown](http://www.stack.nl/~dimitri/doxygen/manual/markdown.html)
+ [Doxygen markdown](http://www.doxygen.nl/manual/markdown.html)
and the [output][kicad-docs] is rebuilt automatically when a commit is
made to the KiCad repo.
diff --git a/INSTALL.txt b/INSTALL.txt
index 0c14d3228..0d727b844 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -114,7 +114,7 @@ GLM >= 9.5.4 http://glm.g-truc.net/
pkg-config http://pkgconfig.freedesktop.org/
-Doxygen (optional) http://www.stack.nl/~dimitri/doxygen/index.html
+Doxygen (optional) http://www.doxygen.nl
python >= 2.6 (optional) http://python.org/
--
2.19.2
Follow ups
References