diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-12-17 20:15:27 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-12-23 13:57:36 (GMT) |
commit | c5ec90d1780c95cd699225ff16627e96f993b179 (patch) | |
tree | f9ce2a51fb795a1a862f4a67e1892b272263a2b1 /src/doxygen.cpp | |
parent | e47f3d0635e7dd532bb28f6cfc63f2f1efdc46cb (diff) | |
download | Doxygen-c5ec90d1780c95cd699225ff16627e96f993b179.zip Doxygen-c5ec90d1780c95cd699225ff16627e96f993b179.tar.gz Doxygen-c5ec90d1780c95cd699225ff16627e96f993b179.tar.bz2 |
Template and context enhancements
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index ba1212a..1d8bfac 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -11427,6 +11427,8 @@ void generateOutput() g_s.end(); } + if (g_useOutputTemplate) generateOutputViaTemplate(); + if (generateRtf) { g_s.begin("Combining RTF output...\n"); @@ -11506,7 +11508,6 @@ void generateOutput() msg("finished...\n"); } - if (g_useOutputTemplate) generateOutputViaTemplate(); /************************************************************************** * Start cleaning up * |