You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.2 KiB
43 lines
1.2 KiB
14 years ago
|
/** \mainpage The Trinity Core Library
|
||
15 years ago
|
|
||
14 years ago
|
All Trinity programs use this library to provide basic functionality such
|
||
15 years ago
|
as the configuration system, IPC, internationalization and locale
|
||
|
support, site-independent access to the filesystem and a large number
|
||
|
of other (but no less important) things.
|
||
|
<p>
|
||
13 years ago
|
All Trinity applications should link to the tdecore library. Also, using a
|
||
14 years ago
|
KApplication derived class instead of TQApplication is almost
|
||
15 years ago
|
mandatory if you expect your application to behave nicely within the
|
||
14 years ago
|
Trinity environment.
|
||
15 years ago
|
|
||
|
If you are unsure where to start, have a look at the
|
||
14 years ago
|
<a href="http://www.trinitydesktop.org">tutorials on
|
||
14 years ago
|
the Trinity project site</a> to get you going.
|
||
15 years ago
|
|
||
14 years ago
|
If you know what you are looking for, you should be able to find it in
|
||
15 years ago
|
the <a href="annotated.html">class list</a> or the
|
||
|
<a href="modules.html">modules list</a>.
|
||
|
|
||
|
@authors
|
||
|
Various: see copyrights on individual files for more information
|
||
|
|
||
|
@maintainers
|
||
14 years ago
|
See the MAINTAINERS file.
|
||
15 years ago
|
|
||
|
@licenses
|
||
|
Library: @lgpl<br>
|
||
|
Some helper utilities: @gpl
|
||
|
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
|
||
14 years ago
|
\defgroup TrinityMacros Trinity Macros
|
||
15 years ago
|
|
||
|
*/
|
||
|
|
||
|
// DOXYGEN_EXCLUDE = malloc kde_file.h
|
||
|
// DOXYGEN_SET_INPUT += @topdir@/kdemacros.h.cmake
|
||
14 years ago
|
// DOXYGEN_SET_PROJECT_NAME = TrinityCore
|
||
15 years ago
|
// vim:ts=4:sw=4:expandtab:filetype=doxygen
|