diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-08-31 02:53:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-08-31 02:53:45 +0800 |
commit | e6c34bb7591be7e13c43724b63fefcc243591866 (patch) | |
tree | 19603a9f599d7eb0a5afff829d0b2604966ec014 /mail | |
parent | e29711084fa5a5e2f1ac6caa6fb9135f753297f8 (diff) | |
download | gsoc2013-evolution-e6c34bb7591be7e13c43724b63fefcc243591866.tar.gz gsoc2013-evolution-e6c34bb7591be7e13c43724b63fefcc243591866.tar.zst gsoc2013-evolution-e6c34bb7591be7e13c43724b63fefcc243591866.zip |
gtk-doc style comment fixes
svn path=/trunk/; revision=27087
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-utils.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c index d50cbfc076..5a99ded76c 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -1433,10 +1433,11 @@ em_utils_part_to_html(CamelMimePart *part, ssize_t *len, EMFormat *source) /** * em_utils_message_to_html: - * @message: - * @source: + * @message: * @credits: * @flags: EMFormatQuote flags + * @len: + * @source: * * Convert a message to html, quoting if the @credits attribution * string is given. |