more documentation; refs #115

This commit is contained in:
Marc Wäckerlin
2012-02-09 09:42:29 +00:00
parent ed718d7f04
commit 088163a14d
9 changed files with 60 additions and 0 deletions

View File

@@ -26,6 +26,23 @@
#include <memory>
/*! @mainpage The Secure Swiss PKCS#11 WebBrowser
The browser is divided into a library, qbrowserlib that implements
generic browsing utilities, the main browser page that collects
those features into a main window, a PKCS#11 Post-SuisseID
hardware token client authentication and a designer plugin for
flexible GUI creation.
*/
//! @defgroup browser The SwissBrowser Executable and Main Window
//! @defgroup pkcs11 The PKCS#11 Client Authentication
//! @defgroup qbrowserlib The Swiss Browser Library
//! @defgroup designer Qt Designer Plugin for Browser Related Widgets
//! @addtogroup browser
//! @{
const QByteArray SWISSSIGN_EV_GOLD_CA_2009_G2
("-----BEGIN CERTIFICATE-----\n"
"MIIGvzCCBaegAwIBAgIQAPI39KUS4aGJo+mkR4+YuTANBgkqhkiG9w0BAQUFADBN\n"
@@ -413,3 +430,5 @@ int main(int argv, char** argc) try {
std::cerr<<"**** Error"<<std::endl;
return 1;
}
//! @}