This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpEngine
Watch
16
Star
1
Fork
13
Code
Issues
Pull Requests
2
Releases
452
Wiki
Activity
Browse Source
some doxygen stuff. might not be kept.
doxygen-key-id
Krista 'DarthMama' Bennett
2 years ago
parent
c588719702
commit
6d33475435
76 changed files
with
2765 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2540
-0
engine_doxygen.conf
+3
-0
src/aux_mime_msg.c
+3
-0
src/aux_mime_msg.h
+3
-0
src/base64.c
+3
-0
src/base64.h
+3
-0
src/baseprotocol.c
+3
-0
src/baseprotocol.h
+3
-0
src/blacklist.c
+3
-0
src/blacklist.h
+3
-0
src/bloblist.c
+3
-0
src/bloblist.h
+3
-0
src/cryptotech.c
+3
-0
src/cryptotech.h
+3
-0
src/dynamic_api.h
+3
-0
src/email.c
+3
-0
src/email.h
+3
-0
src/etpan_mime.c
+3
-0
src/etpan_mime.h
+3
-0
src/fsm_common.h
+3
-0
src/growing_buf.c
+3
-0
src/growing_buf.h
+3
-0
src/identity_list.c
+3
-0
src/identity_list.h
+3
-0
src/internal_format.c
+3
-0
src/internal_format.h
+3
-0
src/key_reset.c
+3
-0
src/key_reset.h
+3
-0
src/keymanagement.c
+3
-0
src/keymanagement.h
+3
-0
src/keyreset_command.c
+3
-0
src/keyreset_command.h
+3
-0
src/labeled_int_list.c
+3
-0
src/labeled_int_list.h
+3
-0
src/map_asn1.c
+3
-0
src/map_asn1.h
+3
-0
src/message.c
+3
-0
src/message.h
+3
-0
src/message_api.c
+3
-0
src/message_api.h
+3
-0
src/mime.c
+3
-0
src/mime.h
+3
-0
src/openpgp_compat.c
+3
-0
src/openpgp_compat.h
+3
-0
src/pEpEngine.c
+3
-0
src/pEpEngine.h
+3
-0
src/pEp_internal.h
+3
-0
src/pEp_string.c
+3
-0
src/pEp_string.h
+3
-0
src/pgp_sequoia.c
+3
-0
src/pgp_sequoia.h
+3
-0
src/pgp_sequoia_internal.h
+3
-0
src/platform.h
+3
-0
src/platform_unix.c
+3
-0
src/platform_unix.h
+3
-0
src/platform_windows.h
+3
-0
src/resource.h
+3
-0
src/resource_id.c
+3
-0
src/resource_id.h
+3
-0
src/security_checks.c
+3
-0
src/security_checks.h
+3
-0
src/sqlite3.c
+3
-0
src/sqlite3.h
+3
-0
src/status_to_string.h
+3
-0
src/stringlist.c
+3
-0
src/stringlist.h
+3
-0
src/stringpair.c
+3
-0
src/stringpair.h
+3
-0
src/sync_api.c
+3
-0
src/sync_api.h
+3
-0
src/timestamp.c
+3
-0
src/timestamp.h
+3
-0
src/trans_auto.c
+3
-0
src/trans_auto.h
+3
-0
src/transport.c
+3
-0
src/transport.h
+3
-0
src/wrappers.h
+ 2540
- 0
engine_doxygen.conf
File diff suppressed because it is too large
View File
+ 3
- 0
src/aux_mime_msg.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/aux_mime_msg.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/base64.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/base64.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/baseprotocol.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/baseprotocol.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/blacklist.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/blacklist.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/bloblist.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/bloblist.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/cryptotech.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/cryptotech.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/dynamic_api.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/email.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/email.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/etpan_mime.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/etpan_mime.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/fsm_common.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/growing_buf.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/growing_buf.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/identity_list.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/identity_list.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/internal_format.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/internal_format.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/key_reset.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/key_reset.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/keymanagement.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/keymanagement.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/keyreset_command.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/keyreset_command.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/labeled_int_list.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/labeled_int_list.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/map_asn1.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/map_asn1.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/message.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/message.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/message_api.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/message_api.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/mime.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/mime.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/openpgp_compat.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/openpgp_compat.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/pEpEngine.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/pEpEngine.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/pEp_internal.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/pEp_string.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/pEp_string.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/pgp_sequoia.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/pgp_sequoia.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/pgp_sequoia_internal.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/platform.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/platform_unix.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/platform_unix.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/platform_windows.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/resource.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/resource_id.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/resource_id.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/security_checks.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/security_checks.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/sqlite3.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/******************************************************************************
*
*
This
file
is
an
amalgamation
of
many
separate
C
source
files
from
SQLite
*
*
version
3.26
.0
.
By
combining
all
the
individual
C
code
files
into
this
+ 3
- 0
src/sqlite3.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/*
*
*
2001
-
09
-
15
*
*
+ 3
- 0
src/status_to_string.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
#
pragma once
#
ifdef __cplusplus
+ 3
- 0
src/stringlist.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/stringlist.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/stringpair.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/stringpair.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/sync_api.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/sync_api.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/timestamp.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/timestamp.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/trans_auto.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/trans_auto.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/transport.c
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/transport.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
+ 3
- 0
src/wrappers.h
View File
@ -1,3 +1,6 @@
/** @file */
/** @brief File description for doxygen missing. FIXME */
/
/
This
file
is
under
GNU
General
Public
License
3.0
/
/
see
LICENSE
.
txt
Write
Preview
Loading…
Cancel
Save