more documentation; refs #115
This commit is contained in:
19
src/main.cxx
19
src/main.cxx
@@ -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;
|
||||
}
|
||||
|
||||
//! @}
|
||||
|
||||
Reference in New Issue
Block a user