- Doxygen documentation updated

- Some minor issues stumbled upon fixed
- WIN1250 >> UTF-8
This commit is contained in:
2016-11-02 01:25:38 +01:00
parent 0387d7d593
commit d234e55ae4
61 changed files with 1840 additions and 1600 deletions

View File

@@ -18,14 +18,7 @@
along with GÉANTLink. If not, see <http://www.gnu.org/licenses/>.
*/
///
/// TTLS configuration panel
///
class wxTTLSConfigPanel;
///
/// TTLS configuration scrollable window
///
class wxTTLSConfigWindow;
#pragma once
@@ -48,6 +41,12 @@ class wxTTLSConfigWindow;
#include <Windows.h>
/// \addtogroup EAPBaseGUI
/// @{
///
/// TTLS configuration panel
///
class wxTTLSConfigPanel : public wxTTLSConfigPanelBase
{
public:
@@ -69,6 +68,9 @@ protected:
};
///
/// TTLS configuration scrollable window
///
class wxTTLSConfigWindow : public wxEAPConfigWindow
{
public:
@@ -106,3 +108,5 @@ protected:
eap::config_method_mschapv2 m_cfg_mschapv2; ///< MSCHAPv2 configuration
eap::config_method_eaphost m_cfg_eaphost; ///< Inner EAP configuration
};
/// @}