diff options
Diffstat (limited to 'tdesu/Mainpage.dox')
-rw-r--r-- | tdesu/Mainpage.dox | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tdesu/Mainpage.dox b/tdesu/Mainpage.dox new file mode 100644 index 000000000..c39881397 --- /dev/null +++ b/tdesu/Mainpage.dox @@ -0,0 +1,21 @@ +/** @mainpage Console-mode authentication + +libtdesu provides functionality for building GUI front ends for +(password asking) console mode programs. For example, tdesu and +kdessh use it to interface with su and ssh respectively. + +@authors +Geert Jansen \<jansen@kde.org\> + +@maintainers +Adriaan de Groot \<groot@kde.org\> + +@licenses +@lgpl + + +*/ + +// DOXYGEN_REFERENCES = tdecore +// DOXYGEN_SET_PROJECT_NAME = Trinitysu +// vim:ts=4:sw=4:expandtab:filetype=doxygen |