File tree Expand file tree Collapse file tree 13 files changed +156
-156
lines changed Expand file tree Collapse file tree 13 files changed +156
-156
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -3129,7 +3129,7 @@ See also the \ref emojisup "emoji support page" for details.
3129
3129
3130
3130
\addindex \\msc
3131
3131
Starts a text fragment which should contain a valid description of a
3132
- message sequence chart. See http ://www.mcternan.me.uk/mscgen/ for examples.
3132
+ message sequence chart. See https ://www.mcternan.me.uk/mscgen/ for examples.
3133
3133
The text fragment ends with \ref cmdendmsc "\\endmsc".
3134
3134
3135
3135
The first argument is optional and can be used to specify the caption
@@ -3310,7 +3310,7 @@ class Receiver
3310
3310
3311
3311
\addindex \\mscfile
3312
3312
Inserts an image generated by mscgen from \<file\> into the documentation.
3313
- See http ://www.mcternan.me.uk/mscgen/ for examples.
3313
+ See https ://www.mcternan.me.uk/mscgen/ for examples.
3314
3314
3315
3315
The first argument specifies the file name of the image.
3316
3316
doxygen will look for files in the paths (or files) that you specified
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ files that you implicitly load via navigating through the index. As a
434
434
result this works even for very large projects where reading all XML
435
435
files as one big DOM tree would not fit into memory.
436
436
437
- See <a href="https://github.com/michaeljones /breathe">the Breathe project</a> for
437
+ See <a href="https://github.com/breathe-doc /breathe">the Breathe project</a> for
438
438
an example that uses doxygen XML output from Python to bridge it with the
439
439
<a href="http://www.sphinx-doc.org/en/stable/">Sphinx</a> document generator.
440
440
Original file line number Diff line number Diff line change 22
22
Doxygen can use the "dot" tool from graphviz to generate
23
23
more advanced diagrams and graphs. Graphviz is an open-source,
24
24
cross-platform graph drawing toolkit and can be found
25
- at http ://www.graphviz.org/
25
+ at https ://www.graphviz.org/
26
26
27
27
If you have the "dot" tool in the path, you can set
28
28
\ref cfg_have_dot "HAVE_DOT" to \c YES in the configuration file to
Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ div.directory {
799
799
width : 24px ;
800
800
height : 18px ;
801
801
margin-bottom : 4px ;
802
- background-image : url ('folderopen.png ' );
802
+ background-image : url ('folderopen.svg ' );
803
803
background-position : 0px -4px ;
804
804
background-repeat : repeat-y;
805
805
vertical-align : top;
@@ -810,7 +810,7 @@ div.directory {
810
810
width : 24px ;
811
811
height : 18px ;
812
812
margin-bottom : 4px ;
813
- background-image : url ('folderclosed.png ' );
813
+ background-image : url ('folderclosed.svg ' );
814
814
background-position : 0px -4px ;
815
815
background-repeat : repeat-y;
816
816
vertical-align : top;
@@ -821,7 +821,7 @@ div.directory {
821
821
width : 24px ;
822
822
height : 18px ;
823
823
margin-bottom : 4px ;
824
- background-image : url ('doc.png ' );
824
+ background-image : url ('doc.svg ' );
825
825
background-position : 0px -4px ;
826
826
background-repeat : repeat-y;
827
827
vertical-align : top;
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ For HTML and \LaTeX there are additional options available.
119
119
120
120
Doxygen can produce a number of diagrams. Using the Diagrams pane you
121
121
can select which ones to generate. For most diagrams the
122
- `dot` tool of the <a href="http ://www.graphviz.org">GraphViz</a> package
122
+ `dot` tool of the <a href="https ://www.graphviz.org">GraphViz</a> package
123
123
is needed. This needs to be installed separately.
124
124
125
125
\image html doxywizard_page4.png "Wizard tab: Diagrams to generate"
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ browser via an URL starting with http:)
59
59
How to setup a web server is outside the scope of this document,
60
60
but if you for instance have Apache installed, you could simply copy the
61
61
`doxysearch.cgi` file from doxygen's `bin` directory to the `cgi-bin` directory of the
62
- Apache web server. Read the <a href="http ://httpd.apache.org/docs/2.2/howto/cgi.html">apache documentation</a> for details.
62
+ Apache web server. Read the <a href="https ://httpd.apache.org/docs/2.2/howto/cgi.html">apache documentation</a> for details.
63
63
64
64
To test if `doxysearch.cgi` is accessible start your web browser and
65
65
point to URL to the binary and add `?test` at the end
Original file line number Diff line number Diff line change 100
100
Although doxygen can now be used in any project written in a language that is
101
101
supported by doxygen, initially it was specifically designed to be used for projects
102
102
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://doc .qt.io">Qt toolkit</A>. I have tried to
104
104
make doxygen `Qt-compatible'. That is: Doxygen can read the documentation contained in
105
105
the Qt source code and create a class browser that looks quite similar to the
106
106
one that is generated by Qt Software. Doxygen understands the C++ extensions
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ The part `<!-- ... -->` will not be shown in the main documentation.
96
96
97
97
\section htmlentities HTML4 character entities
98
98
99
- The list of special HTML4 character entities with their descriptions has been taken from: <a href="http ://www.w3.org/TR/html4/sgml/entities.html">Character entity references in HTML 4</a>.
99
+ The list of special HTML4 character entities with their descriptions has been taken from: <a href="https ://www.w3.org/TR/html4/sgml/entities.html">Character entity references in HTML 4</a>.
100
100
( Portions © International Organization for Standardization 1986
101
101
Permission to copy in any form is granted for use with
102
102
conforming SGML systems and applications as defined in
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Thanks go to:
171
171
for rendering the logos.
172
172
<li>Harm van der Heijden for adding HTML help support.
173
173
<li>Wouter Slegers of
174
- <a href="http ://www. yourcreativesolutions.nl">Your Creative Solutions</a>
174
+ <a href="https ://yourcreativesolutions.nl">Your Creative Solutions</a>
175
175
for registering the www.doxygen.org domain.
176
176
<li>Martin Kreis for adding VHDL support.
177
177
<li>Parker Waechter for adding the RTF output generator.
You can’t perform that action at this time.
0 commit comments