summaryrefslogtreecommitdiff
path: root/Doxyfile.in
AgeCommit message (Collapse)AuthorFilesLines
2011-03-06Use the root source directory as the base path for included files in the ↵George Kiagiadakis1-1/+1
documentation.
2011-01-17Move the examples documentation in a separate file.George Kiagiadakis1-1/+2
2011-01-08Hide the export macros from the documentation.George Kiagiadakis1-1/+4
2011-01-04Hide Q_DISABLE_COPY from the docs.George Kiagiadakis1-1/+2
2010-12-26Let doxygen expand some macros to make the docs nicer.George Kiagiadakis1-4/+9
2010-12-25Implement a Qt-like signal connection/disconnection system.George Kiagiadakis1-1/+2
Features: * New QGlib::disconnect method that behaves more or less like QObject::disconnect. * Automatic disconnection when either the sender or the receiver is destroyed (this adds the limitation that the receiver must inherit QObject, for now) * Future-proof. The exported methods are designed to be able to support different forms of connection in the future (such as connecting an arbitrary functor object instead of a member function). Support for different types of receivers (i.e. ones that do not inherit QObject) is also there. Other changes: * Moved all the connect/disconnect related stuff in connect.{h,cpp} * Removed the ugly SignalHandler class. QGlib::connect now returns bool.
2010-12-15Doxyfile: Do not show brief member descriptions; treat them as non-brief ↵George Kiagiadakis1-2/+2
instead.
2010-07-17Add cmake target to generate API docs and write some basic API docs where ↵George Kiagiadakis1-0/+1556
needed.