[evolution-data-server] ESourceMailComposition: Escape brackets in documentation.



commit a966429aa3dcbeab6842d7fc95c1bcd98b2d9707
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Feb 22 09:33:23 2013 -0500

    ESourceMailComposition: Escape brackets in documentation.

 libedataserver/e-source-mail-composition.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libedataserver/e-source-mail-composition.c b/libedataserver/e-source-mail-composition.c
index 88b7928..1244e39 100644
--- a/libedataserver/e-source-mail-composition.c
+++ b/libedataserver/e-source-mail-composition.c
@@ -269,8 +269,8 @@ e_source_mail_composition_init (ESourceMailComposition *extension)
  * Returns a %NULL-terminated string array of recipients which should
  * automatically be added to the blind carbon-copy (Bcc) list when
  * composing a new mail message.  The recipient strings should be of
- * the form "Full Name <email-address>".  The returned array is owned
- * by @extension and should not be modified or freed.
+ * the form "Full Name &lt;email-address&gt;".  The returned array is
+ * owned by @extension and should not be modified or freed.
  *
  * Returns: (transfer none): a %NULL-terminated string array of Bcc recipients
  *
@@ -341,7 +341,7 @@ strv_equal (const gchar * const *strv1,
  *
  * Sets the recipients which should automatically be added to the blind
  * carbon-copy (Bcc) list when composing a new mail message.  The recipient
- * strings should be of the form "Full Name <email-address>".
+ * strings should be of the form "Full Name &lt;email-address&gt;".
  *
  * Since: 3.6
  **/
@@ -428,7 +428,7 @@ e_source_mail_composition_dup_cc (ESourceMailComposition *extension)
  *
  * Sets the recipients which should automatically be added to the carbon
  * copy (Cc) list when composing a new mail message.  The recipient strings
- * should be of the form "Full Name <email-address>".
+ * should be of the form "Full Name &lt;email-address&gt;".
  *
  * Since: 3.6
  **/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]