Skip to content

Commit 1dbb2e5

Browse files
committed
doc(various): Match HTML and LaTeX example links
1 parent f5745fc commit 1dbb2e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/commands.doc

+1-1
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ Structural indicators
995995
\par Example:
996996
\include page.doc
997997
\htmlonly
998-
Click <a href="examples/page/html/pages.html">here</a>
998+
Click <a href="examples/page/html/page1.html">here</a>
999999
for the corresponding HTML documentation that is generated by doxygen.
10001000
\endhtmlonly
10011001
\latexonly

doc/docblocks.doc

+3-3
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ and assume they have to be represented in a preformatted way.
465465

466466
\include docstring.py
467467
\htmlonly
468-
Click <a href="examples/docstring/html/namespaces.html">here</a>
468+
Click <a href="examples/docstring/html/namespacedocstring.html">here</a>
469469
for the corresponding HTML documentation that is generated by doxygen.
470470
\endhtmlonly
471471
\latexonly
@@ -489,7 +489,7 @@ Here is the same example again but now using doxygen style comments:
489489

490490
\include pyexample.py
491491
\htmlonly
492-
Click <a href="examples/pyexample/html/namespaces.html">here</a>
492+
Click <a href="examples/pyexample/html/namespacepyexample.html">here</a>
493493
for the corresponding HTML documentation that is generated by doxygen.
494494
\endhtmlonly
495495
\latexonly
@@ -518,7 +518,7 @@ Here is an example VHDL file with doxygen comments:
518518

519519
\include mux.vhdl
520520
\htmlonly
521-
Click <a href="examples/mux/html/mux_8vhdl">here</a>
521+
Click <a href="examples/mux/html/mux_8vhdl.html">here</a>
522522
for the corresponding HTML documentation that is generated by doxygen.
523523
\endhtmlonly
524524
\latexonly

doc/grouping.doc

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ documentation of the class.
195195
\include memgrp.cpp
196196

197197
\htmlonly
198-
Click <a href="examples/memgrp/html/memgrp_8cpp.html">here</a>
198+
Click <a href="examples/memgrp/html/class_memgrp___test.html">here</a>
199199
for the corresponding HTML documentation that is generated by doxygen.
200200
\endhtmlonly
201201
\latexonly

0 commit comments

Comments
 (0)