From bd9e6617827818fd043452c08c606f07b78014a0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/scripts/man-fixincludes.1.docbook | 98 +++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 doc/scripts/man-fixincludes.1.docbook (limited to 'doc/scripts/man-fixincludes.1.docbook') diff --git a/doc/scripts/man-fixincludes.1.docbook b/doc/scripts/man-fixincludes.1.docbook new file mode 100644 index 00000000..a4850ddc --- /dev/null +++ b/doc/scripts/man-fixincludes.1.docbook @@ -0,0 +1,98 @@ + + +]> + + + +BenBurton +bab@debian.org +April 7, 2003 + + + +fixincludes +1 + + + +fixincludes +Reduce the number of #includes in &kde; source files + + + + +fixincludes + + + + + + + + + +Description + +fixincludes tries to reduce the number of +#includes in C++ source files. Much of it's processing is specific to +&kde; sources and so it might not work so well with sources for +non-&kde; applications. + +The following problems are identified by fixincludes: + + + +Including headers that are no longer supported but which exist for compatibility with older Qt/KDE versions; + + +Including the same file multiple times. + + + +There is also an experimental mode which tries removing each +#include one at a time (with a few exceptions) to see whether the +source still compiles. Note that this experimental mode will modify +the original sources. + +By default the sources will not be modified; the identified +problems will simply be written to standard output. + +The list of C++ sources to examine should be given on the +command-line. If no files are given, all C++ sources in or beneath the +current directory will be examined (with the exception of directories +whose Makefile.am contains + or +) + +This utility is part of the KDE Software Development Kit. + + + + +Options + + + + +Verbose mode. Additional debugging output is written to standard output. + + + +Experimental mode, as described above in detail. Note that this option implies . + + + +As well as writing messages to standard output, actually modify the original sources to fix any problems that were found. + + + + + + +Authors +fixincludes was written by Dirk Mueller mueller@kde.org. + + + + -- cgit v1.2.1