diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /doc/common/README.Doxygen | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 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 139ee3777..77b6bfe5f 100644 --- a/doc/common/README.Doxygen +++ b/doc/common/README.Doxygen @@ -2,9 +2,9 @@ *** README for KDE's Doxygen tools *** -This directory tqcontains tools and data files for Doxygen +This directory contains tools and data files for Doxygen generation. These are the GENERIC files; any module may -override them by putting specific tqreplacements in doc/api/ . +override them by putting specific replacements 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/ tqcontains these + In kdelibs, the subdirectory doc/common/ contains these files (and this README). In an installed KDE system, - $KDEDIR/share/doc/HTML/en/common/ tqcontains a copy. + $KDEDIR/share/doc/HTML/en/common/ contains 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 tqreplaced. Top directories get an empty <!-- menu --> +# are calculated and replaced. Top directories get an empty <!-- menu --> # if any. |