diff options
Diffstat (limited to 'kspread')
-rw-r--r-- | kspread/DESIGN.html | 2 | ||||
-rw-r--r-- | kspread/Doxyfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kspread/DESIGN.html b/kspread/DESIGN.html index 0bfb8a3b..31059876 100644 --- a/kspread/DESIGN.html +++ b/kspread/DESIGN.html @@ -730,7 +730,7 @@ because of the term <i>Tabelle</i> (German, literally means table). The correct term is <i>sheet</i> or <i>worksheet</i>. The English version of Microsoft uses <i>sheet</i> while the German version uses <i>Tabelle</i>.</p> -<p>Use <a href="http://developer.kde.org/documentation/library/kdeqt/kde3arch/devel-binarycompatibility.htm">d-pointer</a> trick (also known pimpl) whenever possible. Such practice will help when later on +<p>Use <a href="http://developer.kde.org/documentation/library/kdeqt/trinityarch/devel-binarycompatibility.htm">d-pointer</a> trick (also known pimpl) whenever possible. Such practice will help when later on we want to expose the API and need to maintain binary compatibility. But the most important thing is to separate the interface and the implementation. Furthermore, build time is reduced since modification on the implementation 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 |