summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-03-18 20:57:25 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-03-18 20:57:25 (GMT)
commit781c3ec1556b711c74fc0d6ebb343569eb1491ab (patch)
treea6a792092258a697ed94e9ffdee9d8141af64a0f /src/config.xml
parentb0aefcbb03ae490420b88f22d2514ec32b047256 (diff)
parent9136e8c664bc4b0706a9cf419c76b2277b87f4a1 (diff)
downloadDoxygen-781c3ec1556b711c74fc0d6ebb343569eb1491ab.zip
Doxygen-781c3ec1556b711c74fc0d6ebb343569eb1491ab.tar.gz
Doxygen-781c3ec1556b711c74fc0d6ebb343569eb1491ab.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/config.xml b/src/config.xml
index 6dddcc3..080230c 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2181,10 +2181,12 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
If the \c GENERATE_HTMLHELP tag is set to \c YES then
doxygen generates three additional HTML index files:
\c index.hhp, \c index.hhc, and \c index.hhk. The \c index.hhp is a
- project file that can be read by
- <a href="https://www.microsoft.com/en-us/download/details.aspx?id=21138">
- Microsoft's HTML Help Workshop</a>
+ project file that can be read by Microsoft's HTML Help Workshop
on Windows.
+ In the beginning of 2021 Microsoft took the original page, with a.o. the download links,
+ offline the HTML help workshop was already many years in maintenance mode).
+ You can download the HTML help workshop from the web archives at
+ <a href="http://web.archive.org/web/20160201063255/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe">Installation executable</a>.
<br>
The HTML Help Workshop contains a compiler that can convert all HTML output
generated by doxygen into a single compiled HTML file (`.chm`). Compiled
@@ -3234,6 +3236,9 @@ front of it.
<![CDATA[
If the \c GENERATE_SQLITE3 tag is set to \c YES doxygen will generate a
\c Sqlite3 database with symbols found by doxygen stored in tables.
+
+ @note The availability of this option depends on whether or not doxygen
+ was generated with the `-Duse_sqlite3=ON` option for CMake.
]]>
</docs>
</option>
@@ -3243,6 +3248,9 @@ If the \c GENERATE_SQLITE3 tag is set to \c YES doxygen will generate a
The \c SQLITE3_OUTPUT tag is used to specify where the \c Sqlite3 database will be put.
If a relative path is entered the value of \ref cfg_output_directory "OUTPUT_DIRECTORY" will be
put in front of it.
+
+ @note The availability of this option depends on whether or not doxygen
+ was generated with the `-Duse_sqlite3=ON` option for CMake.
]]>
</docs>
</option>
@@ -3252,6 +3260,9 @@ put in front of it.
The \c SQLITE3_OVERWRITE_DB tag is set to \c YES, the existing doxygen_sqlite3.db
database file will be recreated with each doxygen run.
If set to \c NO, doxygen will warn if an a database file is already found and not modify it.
+
+ @note The availability of this option depends on whether or not doxygen
+ was generated with the `-Duse_sqlite3=ON` option for CMake.
]]>
</docs>
</option>