[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: On shishi_parse_name().
From: |
Simon Josefsson |
Subject: |
Re: On shishi_parse_name(). |
Date: |
Wed, 15 Aug 2012 22:18:35 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/23.3 (gnu/linux) |
Mats Erik Andersson <address@hidden> writes:
> - * @name: input principal name string, e.g. imap/address@hidden
> + * @name: input principal name string, e.g. imap/mail.gnu.org@@GNU.ORG.
...
> - * Split principal name (e.g., "address@hidden") into two
> + * Split principal name (e.g., "simon@@JOSEFSSON.ORG") into two
This part didn't work, I got build failures. It seems GTK-DOC uses \ to
escape @, see:
http://developer.gnome.org/gtk-doc-manual/unstable/documenting_syntax.html.en
I have fixed this on git master.
/Simon