Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-04-09 06:55:15 +0300
committerAdam Langley <agl@google.com>2015-04-14 01:07:09 +0300
commit0d8a758938094d6b064b6e4e3eb87f13d076be0c (patch)
treeaf18b6356cbe7aa2aafc4499e3c8d68c3c53fda8 /util
parent71f0794d3457104a35fcb339fe91742d7ba9afb6 (diff)
Start generating documentation for ssl.h.
There's this giant "Underdocumented functions" section in the middle, but it doesn't look too silly once the "Deprecated methods" section is merged in with the other deprecated functions. Change-Id: Ib97d88b0f915f60e9790264474a9e4aa3e115382 Reviewed-on: https://boringssl-review.googlesource.com/4291 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'util')
-rw-r--r--util/doc.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/doc.config b/util/doc.config
index 62db0f38..204e7b93 100644
--- a/util/doc.config
+++ b/util/doc.config
@@ -45,5 +45,10 @@
"include/openssl/aead.h",
"include/openssl/evp.h"
]
+ },{
+ "Name": "SSL implementation",
+ "Headers": [
+ "include/openssl/ssl.h"
+ ]
}]
}