[Libreoffice-commits] core.git: offapi/com

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Fri Nov 3 08:42:39 UTC 2017


 offapi/com/sun/star/security/DocumentSignatureInformation.idl |   43 +++++-----
 1 file changed, 22 insertions(+), 21 deletions(-)

New commits:
commit 3135357a7441aa47141bab70447c0666ce24da42
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Thu Nov 2 15:57:42 2017 +0100

    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/44221
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/offapi/com/sun/star/security/DocumentSignatureInformation.idl b/offapi/com/sun/star/security/DocumentSignatureInformation.idl
index 39012bcd0491..8c411a7b276f 100644
--- a/offapi/com/sun/star/security/DocumentSignatureInformation.idl
+++ b/offapi/com/sun/star/security/DocumentSignatureInformation.idl
@@ -41,29 +41,30 @@ 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;
 
 };


More information about the Libreoffice-commits mailing list