Kaydet (Commit) 3135357a authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

Fix comment markup

These do not appear on api.libreoffice.org if they arent marked up correctly

Change-Id: I38873e1d763d97ff11e28b9ce5efe1cc68b12bf7
Reviewed-on: https://gerrit.libreoffice.org/44221Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 9a08e340
......@@ -41,28 +41,29 @@ struct DocumentSignatureInformation
long SignatureDate;
long SignatureTime;
boolean SignatureIsValid;
/* reflects the validity of the certificate.
Contains a value from the constants of
com::sun::star::security::CertificateValidity.
/**
* Reflects the validity of the certificate.
* Contains a value from the constants of com::sun::star::security::CertificateValidity.
*/
long CertificateStatus;
/* indicates what content of a document is signed.
<p>
This value can be ignored when this struct is returned as part of
a macro signature validation.
As of OpenOffice.org 3.2 and ODF 1.2 the document signature comprises
all files except the signature file itself.
Signatures in OOo 2.x were only
applied to the files in the root of the document, except mimetype, the
Pictures and ObjectReplacements/Objects folder. That is, macros
were not part of the document signature.
OOo 3.0 signed everything, except mimetype and the META-INF folder.
<p>
If PartialDocumentSignature is true, then the signature was created by OOo
with a version less then 3.2. In this case, not all files are signed. The
signature can still be regarded as valid, as long as SignatureIsValid is true
and the certificate could be validated. However, users should be notified about
the fact, that not everything in this document is signed.
/**
* Indicates what content of a document is signed.
* <p>
* This value can be ignored when this struct is returned as part of
* a macro signature validation.
* As of OpenOffice.org 3.2 and ODF 1.2 the document signature comprises
* all files except the signature file itself.
* Signatures in OOo 2.x were only
* applied to the files in the root of the document, except mimetype, the
* Pictures and ObjectReplacements/Objects folder. That is, macros
* were not part of the document signature.
* OOo 3.0 signed everything, except mimetype and the META-INF folder.
* <p>
* If PartialDocumentSignature is true, then the signature was created by OOo
* with a version less then 3.2. In this case, not all files are signed. The
* signature can still be regarded as valid, as long as SignatureIsValid is true
* and the certificate could be validated. However, users should be notified about
* the fact, that not everything in this document is signed.
*/
boolean PartialDocumentSignature;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment