Skip to content

Commit cfd73d5

Browse files
committed
Merge branch 'master' of github.com:doxygen/doxygen
2 parents d08242a + b42ad09 commit cfd73d5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/extsearch.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The next subsections describe these interfaces in more detail.
187187
\subsection extsearch_api_index Indexer input format
188188

189189
The search data produced by doxygen follows the
190-
<a href="https://wiki.apache.org/solr/UpdateXmlMessages">Solr XML index message</a>
190+
<a href="https://cwiki.apache.org/confluence/display/solr/UpdateXmlMessages">Solr XML index message</a>
191191
format.
192192

193193
The input for the indexer is an XML file, which consists of one `<add>` tag containing

doc/searching.doc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ has its own advantages and disadvantages:
139139
<h2>6. Qt Compressed Help</h2>
140140
If you develop for or want to install the Qt application framework,
141141
you will get an application
142-
called <a href="http://doc.qt.io/archives/qt-4.8/assistant-manual.html">Qt assistant</a>.
142+
called <a href="https://doc.qt.io/archives/qt-4.8/assistant-manual.html">Qt assistant</a>.
143143
This is a help viewer for Qt Compressed Help files (<code>.qch</code>).
144144

145145
To enable this feature set \ref cfg_generate_qhp "GENERATE_QHP" to \c YES.
146146
You also need to fill in the other Qt help related options, such as
147147
\ref cfg_qhp_namespace "QHP_NAMESPACE",
148148
\ref cfg_qhg_location "QHG_LOCATION",
149149
\ref cfg_qhp_virtual_folder "QHP_VIRTUAL_FOLDER".
150-
See <a href="http://doc.qt.io/archives/qq/qq28-qthelp.html#htmlfilesandhelpprojects">this article</a>
150+
See <a href="https://doc.qt.io/archives/qq/qq28-qthelp.html#htmlfilesandhelpprojects">this article</a>
151151
for more info.
152152

153153
Feature wise the Qt compressed help feature is comparable with the CHM

src/config.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
22192219
<![CDATA[
22202220
The \c QHP_NAMESPACE tag specifies the namespace to use when generating
22212221
Qt Help Project output. For more information please see
2222-
<a href="http://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace">Qt Help Project / Namespace</a>.
2222+
<a href="https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace">Qt Help Project / Namespace</a>.
22232223
]]>
22242224
</docs>
22252225
</option>
@@ -2228,15 +2228,15 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
22282228
<![CDATA[
22292229
The \c QHP_VIRTUAL_FOLDER tag specifies the namespace to use when
22302230
generating Qt Help Project output. For more information please see
2231-
<a href="http://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders">Qt Help Project / Virtual Folders</a>.
2231+
<a href="https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders">Qt Help Project / Virtual Folders</a>.
22322232
]]>
22332233
</docs>
22342234
</option>
22352235
<option type='string' id='QHP_CUST_FILTER_NAME' format='string' defval='' depends='GENERATE_QHP'>
22362236
<docs>
22372237
<![CDATA[
22382238
If the \c QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom filter to add. For more information please see
2239-
<a href="http://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
2239+
<a href="https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
22402240
]]>
22412241
</docs>
22422242
</option>
@@ -2245,15 +2245,15 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
22452245
<![CDATA[
22462246
The \c QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the custom filter to add.
22472247
For more information please see
2248-
<a href="http://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
2248+
<a href="https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
22492249
]]>
22502250
</docs>
22512251
</option>
22522252
<option type='string' id='QHP_SECT_FILTER_ATTRS' format='string' defval='' depends='GENERATE_QHP'>
22532253
<docs>
22542254
<![CDATA[
22552255
The \c QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's filter section matches.
2256-
<a href="http://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes">Qt Help Project / Filter Attributes</a>.
2256+
<a href="https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes">Qt Help Project / Filter Attributes</a>.
22572257
]]>
22582258
</docs>
22592259
</option>

0 commit comments

Comments
 (0)