mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-16 00:00:28 -05:00
Some Doxygen fixes.
This commit is contained in:
parent
7ea87db00d
commit
edb82ab8ae
@ -576,7 +576,7 @@ EXCLUDE_SYMLINKS = NO
|
|||||||
# against the file with absolute path, so to exclude all test directories
|
# against the file with absolute path, so to exclude all test directories
|
||||||
# for example use the pattern */test/*
|
# for example use the pattern */test/*
|
||||||
|
|
||||||
EXCLUDE_PATTERNS = */.svn/*
|
EXCLUDE_PATTERNS = */.git/*
|
||||||
|
|
||||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||||
@ -700,7 +700,7 @@ VERBATIM_HEADERS = YES
|
|||||||
# of all compounds will be generated. Enable this if the project
|
# of all compounds will be generated. Enable this if the project
|
||||||
# contains a lot of classes, structs, unions or interfaces.
|
# contains a lot of classes, structs, unions or interfaces.
|
||||||
|
|
||||||
ALPHABETICAL_INDEX = NO
|
ALPHABETICAL_INDEX = YES
|
||||||
|
|
||||||
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
|
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
|
||||||
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
|
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
|
||||||
@ -844,7 +844,7 @@ TOC_EXPAND = NO
|
|||||||
# top of each HTML page. The value NO (the default) enables the index and
|
# top of each HTML page. The value NO (the default) enables the index and
|
||||||
# the value YES disables it.
|
# the value YES disables it.
|
||||||
|
|
||||||
DISABLE_INDEX = YES
|
DISABLE_INDEX = NO
|
||||||
|
|
||||||
# This tag can be used to set the number of enum values (range [1..20])
|
# This tag can be used to set the number of enum values (range [1..20])
|
||||||
# that doxygen will group on one line in the generated HTML documentation.
|
# that doxygen will group on one line in the generated HTML documentation.
|
||||||
|
|||||||
@ -79,6 +79,7 @@ struct radius_server_t {
|
|||||||
* @param server server address
|
* @param server server address
|
||||||
* @param port server port
|
* @param port server port
|
||||||
* @param nas_identifier NAS-Identifier to use with this server
|
* @param nas_identifier NAS-Identifier to use with this server
|
||||||
|
* @param secret secret to use with this server
|
||||||
* @param sockets number of sockets to create in pool
|
* @param sockets number of sockets to create in pool
|
||||||
* @param preference preference boost for this server
|
* @param preference preference boost for this server
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup eap_tls eap_tls
|
* @defgroup eap_tls_i eap_tls
|
||||||
* @{ @ingroup eap_tls
|
* @{ @ingroup eap_tls
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -57,7 +57,7 @@ struct tls_prf_t {
|
|||||||
/**
|
/**
|
||||||
* Create a tls_prf instance with specific algorithm as in TLS 1.2.
|
* Create a tls_prf instance with specific algorithm as in TLS 1.2.
|
||||||
*
|
*
|
||||||
* @param hash underlying PRF function to use
|
* @param prf underlying PRF function to use
|
||||||
* @return TLS PRF algorithm
|
* @return TLS PRF algorithm
|
||||||
*/
|
*/
|
||||||
tls_prf_t *tls_prf_create_12(pseudo_random_function_t prf);
|
tls_prf_t *tls_prf_create_12(pseudo_random_function_t prf);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user