Skip to content

Commit 79ce392

Browse files
authored
Update documentation (#625)
IB-7932 Signed-off-by: Raul Metsma <[email protected]>
1 parent 72437de commit 79ce392

File tree

6 files changed

+422
-340
lines changed

6 files changed

+422
-340
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
patches/vcpkg-ports/**/* -text
1+
vcpkg-ports/**/* -text

etc/Doxyfile.in

Lines changed: 332 additions & 232 deletions
Large diffs are not rendered by default.

libdigidocpp.dox

Lines changed: 84 additions & 104 deletions
Large diffs are not rendered by default.

src/Conf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ vector<X509Cert> ConfV4::verifyServiceCerts() const
334334
* @see @ref parameters
335335
*/
336336
/**
337-
* Version 4 config with new parameters
337+
* Version 5 config with new parameters
338338
*/
339339
ConfV5::ConfV5() = default;
340340

src/DataFile.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ using namespace std;
4848
* - http://www.w3.org/2001/04/xmldsig-more#sha384
4949
* - http://www.w3.org/2001/04/xmlenc#sha512
5050
*
51-
* In case of DDoc files, the parameter is ignored and SHA1 hash is always returned
52-
*
5351
* @param method method uri for calculating digest.
5452
* @return returns calculated digest value.
5553
* @throws Exception throws exception if the file does not exist or digest calculation fails.

src/Exception.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ std::vector<Exception::ExceptionCode> Exception::ignores {};
4444
* General error, no specific code
4545
* @var digidoc::Exception::NetworkError
4646
* Network error, network connection errors
47+
* @var digidoc::Exception::HostNotFound
48+
* Network error, host not found
49+
* @var digidoc::Exception::InvalidUrl
50+
* Network error, invalid URL
4751
*
4852
* @var digidoc::Exception::CertificateIssuerMissing
4953
* Signer's certificate's issuer certificate is missing

0 commit comments

Comments
 (0)