From 05eb230757f6510d461bd14df3b190da46edd9dc Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 10 Dec 2014 18:14:29 +0100 Subject: Add source code possibility for RTF output Analogous to Latex and HTML output the possibility to have source code shown in RTF output is created. Based on question: http://doxygen.10944.n7.nabble.com/RTF-lack-of-source-code-tc6936.html --- src/config.xml | 10 +++++++++ src/definition.cpp | 66 +++++++++++++++++++++++++++++++++++++++++++++--------- src/filedef.cpp | 9 +++++++- src/rtfgen.cpp | 13 +++++++++++ src/rtfgen.h | 3 ++- 5 files changed, 88 insertions(+), 13 deletions(-) diff --git a/src/config.xml b/src/config.xml index 9bce7eb..994190d 100644 --- a/src/config.xml +++ b/src/config.xml @@ -2686,6 +2686,16 @@ EXTRA_PACKAGES=times ]]> +