diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2010-10-27 18:18:37 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2010-10-27 18:18:37 +0200 |
commit | 1c5127068e0551f9224d0a4f798ae84487ff02f4 (patch) | |
tree | dbf5537fcf7e08416fd6721984143b579cdc4bc8 /src/ld-document.h | |
parent | 121d923d296957e57e3a3673f4d0f001e3886403 (diff) | |
download | logdiag-1c5127068e0551f9224d0a4f798ae84487ff02f4.tar.gz logdiag-1c5127068e0551f9224d0a4f798ae84487ff02f4.tar.xz logdiag-1c5127068e0551f9224d0a4f798ae84487ff02f4.zip |
Fix gtk-doc comments.
Diffstat (limited to 'src/ld-document.h')
-rw-r--r-- | src/ld-document.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ld-document.h b/src/ld-document.h index 471b3ce..32eb0c4 100644 --- a/src/ld-document.h +++ b/src/ld-document.h @@ -39,12 +39,11 @@ struct _LdDocument { /*< private >*/ GObject parent_instance; - -/*< public >*/ }; struct _LdDocumentClass { +/*< private >*/ GObjectClass parent_class; }; |