Skip to content

Commit 1928b42

Browse files
committed
Incorrect link in doxygen documentation
The link to mathjax is not correct anymore (config.xml), the latest version points to version 3.0 and here there is no output.html either. Setting it fixed to the 2.7 version. The other corrected links are just about redirections that are otherwise done.
1 parent 9cf80a9 commit 1928b42

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

doc/commands.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2911,7 +2911,7 @@ class Receiver
29112911

29122912
\addindex \\startuml
29132913
Starts a text fragment which should contain a valid description of a
2914-
PlantUML diagram. See http://plantuml.com/ for examples.
2914+
PlantUML diagram. See https://plantuml.com/ for examples.
29152915
The text fragment ends with \ref cmdenduml "\\enduml".
29162916
\note You need to install Java and the PlantUML's jar file,
29172917
if you want to use this command. The location of the jar file should be specified

doc/faq.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ At the time I was looking into \c lex and \c yacc, where a lot of things start w
299299
I once wrote a GUI widget based on the Qt library (it is still available at
300300
https://sourceforge.net/projects/qdbttabular/ but hasn't been updated since 2002).
301301
Qt had nicely generated documentation (using an internal tool which
302-
<a href="http://rant.gulbrandsen.priv.no/udoc/history">they didn't want to release</a>)
302+
<a href="https://rant.gulbrandsen.priv.no/udoc/history">they didn't want to release</a>)
303303
and I wrote similar docs by hand.
304304
This was a nightmare to maintain, so I wanted a similar tool. I looked at
305305
Doc++ but that just wasn't good enough (it didn't support signals and

doc/features.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
Although doxygen can now be used in any project written in a language that is
101101
supported by doxygen, initially it was specifically designed to be used for projects
102102
that make use of Qt Software's
103-
<A HREF="https://www.qt.io/developers/">Qt toolkit</A>. I have tried to
103+
<A HREF="https://www.qt.io/developers">Qt toolkit</A>. I have tried to
104104
make doxygen `Qt-compatible'. That is: Doxygen can read the documentation contained in
105105
the Qt source code and create a class browser that looks quite similar to the
106106
one that is generated by Qt Software. Doxygen understands the C++ extensions

doc/install.doc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tools should be installed.
4646

4747
<ul>
4848
<li>Qt Software's GUI toolkit
49-
<a href="https://www.qt.io/developers/">Qt</A>
49+
<a href="https://www.qt.io/developers">Qt</A>
5050
\addindex Qt
5151
version 4.3 or higher (including Qt 5).
5252
This is needed to build the GUI front-end doxywizard.
@@ -211,7 +211,7 @@ nmake
211211
\endverbatim
212212

213213
Note that compiling Doxywizard requires Qt 4.3 or newer
214-
(see https://www.qt.io/developers/).
214+
(see https://www.qt.io/developers).
215215

216216
Also read the next section for additional tools you may need to install to run
217217
doxygen with certain features enabled.

src/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2463,7 +2463,7 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
24632463
<![CDATA[
24642464
When MathJax is enabled you can set the default output format to be used for
24652465
the MathJax output.
2466-
See <a href="http://docs.mathjax.org/en/latest/output.html">the MathJax site</a>
2466+
See <a href="http://docs.mathjax.org/en/v2.7-latest/output.html">the MathJax site</a>
24672467
for more details.
24682468
]]>
24692469
</docs>
@@ -2502,7 +2502,7 @@ MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
25022502
The \c MATHJAX_CODEFILE tag can be used to specify a file with javascript
25032503
pieces of code that will be used on startup of the MathJax code.
25042504
See
2505-
<a href="http://docs.mathjax.org/en/latest/output.html">the MathJax site</a>
2505+
<a href="http://docs.mathjax.org/en/v2.7-latest/output.html">the MathJax site</a>
25062506
for more details.
25072507
]]>
25082508
</docs>

0 commit comments

Comments
 (0)