diff options
Diffstat (limited to 'parts/doxygen/README.dox')
-rw-r--r-- | parts/doxygen/README.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/doxygen/README.dox b/parts/doxygen/README.dox index df791085..976155fb 100644 --- a/parts/doxygen/README.dox +++ b/parts/doxygen/README.dox @@ -20,7 +20,7 @@ configure Doxygen (it reads and writes Doxygen Compatible configuration files). You should also copy config.l if you'd like to do some debugging. <br> -# To do the merge on config.cpp you should use: - <code>\verbatim$ kdiff3 doxygen-location/src/config.cpp kdevelop-location/parts/doxygen/config.cpp\endverbatim</code> + <code>\verbatim$ kdiff3 doxygen-location/src/config.cpp tdevelop-location/parts/doxygen/config.cpp\endverbatim</code> - Be careful because doxygen uses the deprecated QList class while KDevelop uses the new QPtrList so you should not merge certain lines of code!!! - Be careful because doxygen uses the deprecated QRegExp::match() method while @@ -31,13 +31,13 @@ configure Doxygen (it reads and writes Doxygen Compatible configuration files). . <br> -# To do the merge on config.h you should use: - <code>\verbatim$ kdiff3 doxygen-location/src/config.h kdevelop-location/parts/doxygen/config.h\endverbatim</code> + <code>\verbatim$ kdiff3 doxygen-location/src/config.h tdevelop-location/parts/doxygen/config.h\endverbatim</code> - Again, be careful because doxygen uses the deprecated QList class while KDevelop uses the new QPtrList so you should not merge certain lines of code!!! . <br> . - -# Copy over the file <code>doxygen-location/src/lang_cfg.h</code> to the <code>kdevelop-location/parts/doxygen/</code> directory. + -# Copy over the file <code>doxygen-location/src/lang_cfg.h</code> to the <code>tdevelop-location/parts/doxygen/</code> directory. -# Add the new i18n strings to messages.cpp. To do so, run KDevelop and go to Project-> Project Options... -> Doxygen. Take a look at KDevelop' console output, it will warn you about the missing @@ -49,7 +49,7 @@ Everything else we can customize for our look & feel. \authors <a href="mailto:dimitri AT stack.nl">Dimitri van Heesch</a> -\maintainer <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\maintainer <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \maintainer <a href="mailto:a.lucas at tu-bs dot de">Amilcar Lucas</a> |