# HG changeset patch # User Will Thompson # Date 1205431682 0 # Node ID 5a85bded9ae852fc140dd559e3d9805a321a7b58 # Parent 53ffaf968813f8907d46eb585060b60390bc1eaa Add docs to PurpleStoredImage so that doxygen links to it show up diff -r 53ffaf968813 -r 5a85bded9ae8 libpurple/imgstore.c --- a/libpurple/imgstore.c Thu Mar 13 18:06:57 2008 +0000 +++ b/libpurple/imgstore.c Thu Mar 13 18:08:02 2008 +0000 @@ -1,5 +1,5 @@ /** - * @file imgstore.h IM Image Store API + * @file imgstore.c IM Image Store API * @ingroup core */ diff -r 53ffaf968813 -r 5a85bded9ae8 libpurple/imgstore.h --- a/libpurple/imgstore.h Thu Mar 13 18:06:57 2008 +0000 +++ b/libpurple/imgstore.h Thu Mar 13 18:08:02 2008 +0000 @@ -29,6 +29,9 @@ #include +/** A reference-counted immutable wrapper around an image's data and its + * filename. + */ typedef struct _PurpleStoredImage PurpleStoredImage; #ifdef __cplusplus