summaryrefslogtreecommitdiffstats
path: root/parts/doxygen/README.dox
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:18 -0600
commit2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch)
treeae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /parts/doxygen/README.dox
parent549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff)
downloadtdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz
tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip
Additional renaming of kde to tde
Diffstat (limited to 'parts/doxygen/README.dox')
-rw-r--r--parts/doxygen/README.dox8
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>