Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
IB-7932

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma committed Sep 30, 2024
1 parent 72437de commit 41d880f
Show file tree
Hide file tree
Showing 6 changed files with 422 additions and 340 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
patches/vcpkg-ports/**/* -text
vcpkg-ports/**/* -text
564 changes: 332 additions & 232 deletions etc/Doxyfile.in

Large diffs are not rendered by default.

188 changes: 84 additions & 104 deletions libdigidocpp.dox

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Conf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ vector<X509Cert> ConfV4::verifyServiceCerts() const
* @see @ref parameters
*/
/**
* Version 4 config with new parameters
* Version 5 config with new parameters
*/
ConfV5::ConfV5() = default;

Expand Down
2 changes: 0 additions & 2 deletions src/DataFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ using namespace std;
* - http://www.w3.org/2001/04/xmldsig-more#sha384
* - http://www.w3.org/2001/04/xmlenc#sha512
*
* In case of DDoc files, the parameter is ignored and SHA1 hash is always returned
*
* @param method method uri for calculating digest.
* @return returns calculated digest value.
* @throws Exception throws exception if the file does not exist or digest calculation fails.
Expand Down
4 changes: 4 additions & 0 deletions src/Exception.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ std::vector<Exception::ExceptionCode> Exception::ignores {};
* General error, no specific code
* @var digidoc::Exception::NetworkError
* Network error, network connection errors
* @var digidoc::Exception::HostNotFound
* Network error, host not found
* @var digidoc::Exception::InvalidUrl
* Network error, invalid URL
*
* @var digidoc::Exception::CertificateIssuerMissing
* Signer's certificate's issuer certificate is missing
Expand Down

0 comments on commit 41d880f

Please sign in to comment.