From 1928b428c3948dfffcabf328d77692e6ba14ec5e Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 3 Dec 2020 17:53:07 +0100 Subject: 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. --- doc/commands.doc | 2 +- doc/faq.doc | 2 +- doc/features.doc | 2 +- doc/install.doc | 4 ++-- src/config.xml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/commands.doc b/doc/commands.doc index b58daed..1465a1e 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -2911,7 +2911,7 @@ class Receiver \addindex \\startuml Starts a text fragment which should contain a valid description of a - PlantUML diagram. See http://plantuml.com/ for examples. + PlantUML diagram. See https://plantuml.com/ for examples. The text fragment ends with \ref cmdenduml "\\enduml". \note You need to install Java and the PlantUML's jar file, if you want to use this command. The location of the jar file should be specified diff --git a/doc/faq.doc b/doc/faq.doc index bf721e4..95de571 100644 --- a/doc/faq.doc +++ b/doc/faq.doc @@ -299,7 +299,7 @@ At the time I was looking into \c lex and \c yacc, where a lot of things start w I once wrote a GUI widget based on the Qt library (it is still available at https://sourceforge.net/projects/qdbttabular/ but hasn't been updated since 2002). Qt had nicely generated documentation (using an internal tool which -they didn't want to release) +they didn't want to release) and I wrote similar docs by hand. This was a nightmare to maintain, so I wanted a similar tool. I looked at Doc++ but that just wasn't good enough (it didn't support signals and diff --git a/doc/features.doc b/doc/features.doc index 461caef..e746ac3 100644 --- a/doc/features.doc +++ b/doc/features.doc @@ -100,7 +100,7 @@ Although doxygen can now be used in any project written in a language that is supported by doxygen, initially it was specifically designed to be used for projects that make use of Qt Software's -Qt toolkit. I have tried to +Qt toolkit. I have tried to make doxygen `Qt-compatible'. That is: Doxygen can read the documentation contained in the Qt source code and create a class browser that looks quite similar to the one that is generated by Qt Software. Doxygen understands the C++ extensions diff --git a/doc/install.doc b/doc/install.doc index cf855fe..99cecc6 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -46,7 +46,7 @@ tools should be installed.