From: Zbigniew Kosinski <z.kosinski@samsung.com>
authorZbigniew Kosinski <z.kosinski@samsung.com>
Thu, 27 Sep 2012 03:48:48 +0000 (03:48 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 27 Sep 2012 03:48:48 +0000 (03:48 +0000)
Subject: [E-devel] [PATCH][EET][DOC] Warning about compilation with
signature support in EET in documentation

Some API from EET require compilation with signature support in EET lib.

In my opinion, it is good idea to add some description in documentation
about that.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@77116 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Eet.h

index 05f80e9..fccfc18 100644 (file)
@@ -1821,6 +1821,7 @@ typedef int (*Eet_Key_Password_Callback)(char *buffer, int size, int rwflag, voi
  *
  * @see eet_identity_close()
  *
+ * @warning You need to compile signature support in EET.
  * @since 1.2.0
  * @ingroup Eet_Cipher_Group
  */
@@ -1863,6 +1864,7 @@ eet_identity_set(Eet_File *ef,
  * @param key the handle to print.
  * @param out where to print.
  *
+ * @warning You need to compile signature support in EET.
  * @since 1.2.0
  * @ingroup Eet_Cipher_Group
  */
@@ -1922,6 +1924,7 @@ eet_identity_sha1(Eet_File *ef,
  * @param der_length The length the certificate.
  * @param out where to print.
  *
+ * @warning You need to compile signature support in EET.
  * @since 1.2.0
  * @ingroup Eet_Cipher_Group
  */