diff options
author | Andre Heinecke <[email protected]> | 2016-04-11 16:10:54 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-04-11 16:10:54 +0000 |
commit | a1e95f36ce1895cd9894f6d3ca76640c42c2f9fc (patch) | |
tree | f4b45db655220133092211ebd465ed221b9b5f4e /lang/qt/README | |
parent | Qt: Fix unit test by adding initial.test dep (diff) | |
download | gpgme-a1e95f36ce1895cd9894f6d3ca76640c42c2f9fc.tar.gz gpgme-a1e95f36ce1895cd9894f6d3ca76640c42c2f9fc.zip |
Qt: Add doc generation with doxygen
* configure.ac: Look for doxygen if qt is built.
Configure new files.
* lang/qt/doc/Doxyfile.in: New.
* lang/qt/doc/Makefile.am: New.
* lang/qt/README: Update.
--
Currently this is a standard doxyfile template without much
customization.
Diffstat (limited to 'lang/qt/README')
-rw-r--r-- | lang/qt/README | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/qt/README b/lang/qt/README index 6aeb8765..bc619ebc 100644 --- a/lang/qt/README +++ b/lang/qt/README @@ -1,6 +1,6 @@ Qt API bindings/wrapper for gpgme ---------------------------------------- -Based on KF5gpgmepp QGpgme +Based on KF5gpgmepp QGpgme and libkleo/backends/qgpgme QGpgme is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -21,7 +21,4 @@ Overview -------- QGpgme provides Qt API bindings around Gpgmepp. It depends on Gpgmepp. -Currently this is a very thin library that only provides a QByteArray -and QIODevice dataprovider. But might be extended in the future with -code that is currently part of KDE's libkleopatra. To provide an easy -to use API for Qt Applications. +See the generated documentation for more info |