From df9a47bd2080ce6385f2a21c6d868755ba7b1f67 Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 11 Apr 2018 13:51:33 +0200 Subject: 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. --- examples/include.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12