diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /doc/common/README.Doxygen | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/common/README.Doxygen')
-rw-r--r-- | doc/common/README.Doxygen | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/common/README.Doxygen b/doc/common/README.Doxygen index 77b6bfe5f..139ee3777 100644 --- a/doc/common/README.Doxygen +++ b/doc/common/README.Doxygen @@ -2,9 +2,9 @@ *** README for KDE's Doxygen tools *** -This directory contains tools and data files for Doxygen +This directory tqcontains tools and data files for Doxygen generation. These are the GENERIC files; any module may -override them by putting specific replacements in doc/api/ . +override them by putting specific tqreplacements in doc/api/ . This allows modules to customize their appearance as desired. The files that may be overridden are: @@ -55,9 +55,9 @@ doxygen.sh [--recurse] [--modulename] [--doxdatadir=<dir>] [--installdir=<dir>] a subdirectory apidocs/ . Modulename is the last part of the <top_srcdir> (usually a KDE SVN module name). --doxdatadir=<dir> Locate the HTML header files and support graphics. - In kdelibs, the subdirectory doc/common/ contains these + In kdelibs, the subdirectory doc/common/ tqcontains these files (and this README). In an installed KDE system, - $KDEDIR/share/doc/HTML/en/common/ contains a copy. + $KDEDIR/share/doc/HTML/en/common/ tqcontains a copy. This argument is mandatory if doxygen.sh can't guess where the doxdata lives. --installdir=<dir> Locate the directory where apidox from other modules @@ -111,6 +111,6 @@ Differences with current dox: <TODO> # Typically, this means $(top_builddir)/apidocs and something like # libfoo/html for the output. For the top-level dig, set relative-html # to "." . In non-top directories, both <!-- menu --> and <!-- gmenu --> -# are calculated and replaced. Top directories get an empty <!-- menu --> +# are calculated and tqreplaced. Top directories get an empty <!-- menu --> # if any. |