mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-18 00:00:22 -04:00
commit
2b89676157
15
Doxyfile.in
15
Doxyfile.in
@ -1990,12 +1990,6 @@ EXTERNAL_GROUPS = YES
|
|||||||
|
|
||||||
EXTERNAL_PAGES = YES
|
EXTERNAL_PAGES = YES
|
||||||
|
|
||||||
# The PERL_PATH should be the absolute path and name of the perl script
|
|
||||||
# interpreter (i.e. the result of 'which perl').
|
|
||||||
# The default file (with absolute path) is: /usr/bin/perl.
|
|
||||||
|
|
||||||
PERL_PATH = /usr/bin/perl
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Configuration options related to the dot tool
|
# Configuration options related to the dot tool
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
@ -2009,15 +2003,6 @@ PERL_PATH = /usr/bin/perl
|
|||||||
|
|
||||||
CLASS_DIAGRAMS = YES
|
CLASS_DIAGRAMS = YES
|
||||||
|
|
||||||
# You can define message sequence charts within doxygen comments using the \msc
|
|
||||||
# command. Doxygen will then run the mscgen tool (see:
|
|
||||||
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
|
|
||||||
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
|
|
||||||
# the mscgen tool resides. If left empty the tool is assumed to be found in the
|
|
||||||
# default search path.
|
|
||||||
|
|
||||||
MSCGEN_PATH =
|
|
||||||
|
|
||||||
# You can include diagrams made with dia in doxygen documentation. Doxygen will
|
# You can include diagrams made with dia in doxygen documentation. Doxygen will
|
||||||
# then run dia to produce the diagram and insert it in the documentation. The
|
# then run dia to produce the diagram and insert it in the documentation. The
|
||||||
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
|
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize the NetworkManager backend.
|
* Initialize the NetworkManager backend.
|
||||||
*
|
|
||||||
* @return TRUE, if initialization was successful
|
|
||||||
*/
|
*/
|
||||||
void nm_backend_register();
|
void nm_backend_register();
|
||||||
|
|
||||||
|
@ -22,6 +22,11 @@
|
|||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup botan_ec_public_key botan_ec_public_key
|
||||||
|
* @{ @ingroup botan_p
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef BOTAN_EC_PUBLIC_KEY_H_
|
#ifndef BOTAN_EC_PUBLIC_KEY_H_
|
||||||
#define BOTAN_EC_PUBLIC_KEY_H_
|
#define BOTAN_EC_PUBLIC_KEY_H_
|
||||||
|
|
||||||
|
@ -21,6 +21,11 @@
|
|||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup botan_ed_public_key botan_ed_public_key
|
||||||
|
* @{ @ingroup botan_p
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef BOTAN_ED_PUBLIC_KEY_H_
|
#ifndef BOTAN_ED_PUBLIC_KEY_H_
|
||||||
#define BOTAN_ED_PUBLIC_KEY_H_
|
#define BOTAN_ED_PUBLIC_KEY_H_
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user