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,29 +41,30 @@ struct DocumentSignatureInformation ...@@ -41,29 +41,30 @@ struct DocumentSignatureInformation
long SignatureDate; long SignatureDate;
long SignatureTime; long SignatureTime;
boolean SignatureIsValid; boolean SignatureIsValid;
/* reflects the validity of the certificate. /**
Contains a value from the constants of * Reflects the validity of the certificate.
com::sun::star::security::CertificateValidity. * Contains a value from the constants of com::sun::star::security::CertificateValidity.
*/ */
long CertificateStatus; long CertificateStatus;
/* indicates what content of a document is signed. /**
<p> * Indicates what content of a document is signed.
This value can be ignored when this struct is returned as part of * <p>
a macro signature validation. * This value can be ignored when this struct is returned as part of
As of OpenOffice.org 3.2 and ODF 1.2 the document signature comprises * a macro signature validation.
all files except the signature file itself. * As of OpenOffice.org 3.2 and ODF 1.2 the document signature comprises
Signatures in OOo 2.x were only * all files except the signature file itself.
applied to the files in the root of the document, except mimetype, the * Signatures in OOo 2.x were only
Pictures and ObjectReplacements/Objects folder. That is, macros * applied to the files in the root of the document, except mimetype, the
were not part of the document signature. * Pictures and ObjectReplacements/Objects folder. That is, macros
OOo 3.0 signed everything, except mimetype and the META-INF folder. * were not part of the document signature.
<p> * OOo 3.0 signed everything, except mimetype and the META-INF folder.
If PartialDocumentSignature is true, then the signature was created by OOo * <p>
with a version less then 3.2. In this case, not all files are signed. The * If PartialDocumentSignature is true, then the signature was created by OOo
signature can still be regarded as valid, as long as SignatureIsValid is true * with a version less then 3.2. In this case, not all files are signed. The
and the certificate could be validated. However, users should be notified about * signature can still be regarded as valid, as long as SignatureIsValid is true
the fact, that not everything in this document is signed. * and the certificate could be validated. However, users should be notified about
*/ * the fact, that not everything in this document is signed.
*/
boolean PartialDocumentSignature; 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