Make Doxygen happy.

This commit is contained in:
Christian Hammond 2006-01-29 21:17:56 +00:00
parent 47cde24c15
commit ea9f0bc684
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
Sun Jan 29 13:17:43 PST 2006 Christian Hammond <chipx86@chipx86.com>
* libnotify/notify.h:
- Make Doxygen happy.
========================= 0.3.2 =========================
Mon Jan 23 01:31:59 PST 2006 Christian Hammond <chipx86@chipx86.com>

View File

@ -74,10 +74,10 @@ GList *notify_get_server_caps(void);
*
* The strings returned must be freed.
*
* @param ret_name The returned product name of the server.
* @param ret_vendor The returned vendor.
* @param ret_version The returned server version.
* @param ret_spec_ver The returned specification version supported.
* @param ret_name The returned product name of the server.
* @param ret_vendor The returned vendor.
* @param ret_version The returned server version.
* @param ret_spec_version The returned specification version supported.
*
* @return TRUE if the call succeeded, or FALSE if there were errors.
*/