From 81821868864e19809b373639b8cb78d2acc522a2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 18 Jul 2014 11:48:27 +0100 Subject: Comment fixes. --- src/certificates.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/certificates.cc') diff --git a/src/certificates.cc b/src/certificates.cc index c03c371b..51d6eac9 100644 --- a/src/certificates.cc +++ b/src/certificates.cc @@ -317,6 +317,9 @@ CertificateChain::add (shared_ptr c) _certificates.push_back (c); } +/** Remove a certificate from the chain. + * @param c Certificate to remove. + */ void CertificateChain::remove (shared_ptr c) { -- cgit v1.2.3