summaryrefslogtreecommitdiff
path: root/gdata/services/documents/gdata-documents-drawing.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2017-01-24 23:14:28 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2017-01-24 23:14:28 +0000
commitbf0da775d998d06fac1fd108250e6f7c55dd7c4e (patch)
tree5860fdcf06566b6f97f04fbdff711df57f49ebe7 /gdata/services/documents/gdata-documents-drawing.h
parent42a0b64716ac12da97f2de8582c4ee88c8fad1a9 (diff)
downloadlibgdata-bf0da775d998d06fac1fd108250e6f7c55dd7c4e.tar.gz
docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’
‘*/’ is more standard, so this is basically a housekeeping improvement in coding style.
Diffstat (limited to 'gdata/services/documents/gdata-documents-drawing.h')
-rw-r--r--gdata/services/documents/gdata-documents-drawing.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdata/services/documents/gdata-documents-drawing.h b/gdata/services/documents/gdata-documents-drawing.h
index e2c13fb6..27441e80 100644
--- a/gdata/services/documents/gdata-documents-drawing.h
+++ b/gdata/services/documents/gdata-documents-drawing.h
@@ -52,7 +52,7 @@ G_BEGIN_DECLS
* GData protocol specification</ulink>.
*
* Since: 0.13.1
- **/
+ */
#define GDATA_DOCUMENTS_DRAWING_PDF "pdf"
/**
@@ -65,7 +65,7 @@ G_BEGIN_DECLS
* GData protocol specification</ulink>.
*
* Since: 0.13.1
- **/
+ */
#define GDATA_DOCUMENTS_DRAWING_PNG "png"
/**
@@ -78,7 +78,7 @@ G_BEGIN_DECLS
* GData protocol specification</ulink>.
*
* Since: 0.13.1
- **/
+ */
#define GDATA_DOCUMENTS_DRAWING_SVG "svg"
@@ -97,7 +97,7 @@ typedef struct _GDataDocumentsDrawingPrivate GDataDocumentsDrawingPrivate;
* All the fields in the #GDataDocumentsDrawing structure are private and should never be accessed directly.
*
* Since: 0.13.1
- **/
+ */
typedef struct {
GDataDocumentsDocument parent;
GDataDocumentsDrawingPrivate *priv;
@@ -109,7 +109,7 @@ typedef struct {
* All the fields in the #GDataDocumentsDrawingClass structure are private and should never be accessed directly.
*
* Since: 0.13.1
- **/
+ */
typedef struct {
/*< private >*/
GDataDocumentsDocumentClass parent;