diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-03-26 20:26:06 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:21 +0100 |
commit | cf481c5e99e6923358687d66fd6afecc95625a57 (patch) | |
tree | ad847b8243eda52ffc8081880dd402dc39e5fbed /src/image.c | |
parent | 03acd73808f6f21bbfc38300796b24ecf823a697 (diff) |
Add documentation via gtk-doc
Diffstat (limited to 'src/image.c')
-rw-r--r-- | src/image.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/image.c b/src/image.c index 6acf2c46..9f0127d3 100644 --- a/src/image.c +++ b/src/image.c @@ -18,6 +18,19 @@ #include "image.h" #include "utils.h" +/** + * SECTION:image + * @short_description: Data structure representing an image + * @title: Image + * @section_id: + * @see_also: + * @include: "image.h" + * @Image: + * + * The <structname>image</structname> structure represents an image, usually one + * frame from a large series of diffraction patterns, which might be from the + * same or different crystals. + */ struct _imagelist { |