From 4ee8e5949a9b43c05c17667dd26852f5e9d5b98b Mon Sep 17 00:00:00 2001
From: Gerald Pfeifer
Table B.1. Doxygen Prerequisites
Tool | Version | Required By |
---|---|---|
coreutils | 8.5 | all |
bash | 4.1 | all |
doxygen | 1.7.6.1 | all |
graphviz | 2.26 | graphical hierarchies |
pdflatex | 2007-59 | pdf output |
Prerequisite tools are Bash 2.0 or later, - Doxygen, and + Doxygen, and the GNU coreutils. (GNU versions of find, xargs, and possibly sed and grep are used, just because the GNU versions make @@ -232,7 +232,7 @@
Adding Doxygen markup to a file (informally called âdoxygenatingâ) is very simple. See the - Doxygen + Doxygen manual for details. We try to use a very-recent version of Doxygen.
@@ -245,7 +245,7 @@ these member functions.
Some commentary to accompany - the first list in the Special + the first list in the Special Documentation Blocks section of the Doxygen manual:
For longer comments, use the Javadoc style...
...not the Qt style. The intermediate *'s are preferred.
diff --git a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
index 723120808d7..03bf1f184d4 100644
--- a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
+++ b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
@@ -261,7 +261,7 @@
doxygenating
) is very simple. See the
Doxygen
+ xlink:href="https://www.doxygen.nl/download.html#latestman">Doxygen
manual for details.
We try to use a very-recent version of Doxygen.