summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-04-11 11:51:33 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-04-11 11:51:33 (GMT)
commitdf9a47bd2080ce6385f2a21c6d868755ba7b1f67 (patch)
tree37ba8f4e50103106e6bcc711ac1adf00a8afe718 /examples
parent7e2fcd305c8c9377aa958a3d812cc31bc81c0e32 (diff)
downloadDoxygen-df9a47bd2080ce6385f2a21c6d868755ba7b1f67.zip
Doxygen-df9a47bd2080ce6385f2a21c6d868755ba7b1f67.tar.gz
Doxygen-df9a47bd2080ce6385f2a21c6d868755ba7b1f67.tar.bz2
Generating doxygen documentation on Windows (with MikTex)
The current version of MikTex gives the error message: Appendix Z. (../html/examples/include/latex/refman_doc.tex ("C:\Program Files\MiKTeX 2.9\te x\latex\alertmessage\example.tex" ! LaTeX Error: Can be used only in preamble. This is due to a \page command with the name 'example', renaming the page solves this issue.
Diffstat (limited to 'examples')
-rw-r--r--examples/include.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/include.cpp b/examples/include.cpp
index ba8c054..d9ea5ea 100644
--- a/examples/include.cpp
+++ b/examples/include.cpp
@@ -8,7 +8,7 @@ class Include_Test
void example();
};
-/*! \page example
+/*! \page pag_example
* \dontinclude include_test.cpp
* Our main function starts like this:
* \skip main