diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | b29a88760d18f56788e028cbdcf9f226727c7f45 (patch) | |
tree | 3535f5e6bf860326fb70b78344b588fbf03e2694 /kspread/Doxyfile | |
parent | 2cdbd87e392bb2fa15e9416c7202d5ab1275c9f8 (diff) | |
download | koffice-b29a88760d18f56788e028cbdcf9f226727c7f45.tar.gz koffice-b29a88760d18f56788e028cbdcf9f226727c7f45.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kspread/Doxyfile')
-rw-r--r-- | kspread/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/Doxyfile b/kspread/Doxyfile index 54f1fb39..169986c2 100644 --- a/kspread/Doxyfile +++ b/kspread/Doxyfile @@ -791,7 +791,7 @@ MAN_OUTPUT = # The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3) -MAN_EXTENSION = .kde3 +MAN_EXTENSION = .trinity # If the MAN_LINKS tag is set to YES and Doxygen generates man output, # then it will generate one additional man file for each entity @@ -1147,7 +1147,7 @@ GENERATE_HTML = GENERATE_MAN = GENERATE_LATEX = TAGFILES = \ -/usr/local/kde3/share/doc/HTML/en/kdelibs-apidocs/qt/qt.tag=/usr/local/qt-copy/doc/html +/usr/local/trinity/share/doc/HTML/en/kdelibs-apidocs/qt/qt.tag=/usr/local/qt-copy/doc/html GENERATE_TAGFILE = ../apidocs/kspread/kspread.tag IGNORE_PREFIX = K HAVE_DOT = YES |