diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kimgio/Mainpage.dox | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
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/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kimgio/Mainpage.dox')
-rw-r--r-- | kimgio/Mainpage.dox | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kimgio/Mainpage.dox b/kimgio/Mainpage.dox new file mode 100644 index 000000000..d63f10e9b --- /dev/null +++ b/kimgio/Mainpage.dox @@ -0,0 +1,29 @@ +/** @mainpage ImageFormat Plugins + +Provides imageformat plugins for Qt so that it can read more image file types. + +@authors +Sirtaj Singh Kang \<[email protected]><br> +Dirk Schoenberger<br> +Torben Weis \<[email protected]><br> +Thomas Tanghus \<[email protected]><br> +Antonio Larossa \<[email protected]\><br> +Sven Wiegand \<[email protected]><br> +Dominik Seichter \<[email protected]><br> +Nadeem Hasan \<[email protected]><br> +Melchior Franz \<[email protected]><br> +Allen Barnett \<[email protected]><br> +Ignacio CastaƱo \<[email protected]><br> +Christoph Hormann \<[email protected]><br> +Michael Ritzert \<[email protected]> + +@maintainers +[Unknown/None] + +@licenses +@lgpl + +*/ + +// DOXYGEN_SET_PROJECT_NAME = KImgIO +// vim:ts=4:sw=4:expandtab:filetype=doxygen |