summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-chain-input-stream.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-08-17 08:41:31 -0400
committerColin Walters <walters@verbum.org>2013-08-17 08:41:31 -0400
commitabe2320039fdff9e04e648cdd24002957940322b (patch)
tree19db2ce1e37c1debebef1ecb2c8adc49c8a3a78b /src/libostree/ostree-chain-input-stream.c
parent06d1a56bc9edf943c63c5e9ccc8ad630cdbe6c6d (diff)
downloadostree-abe2320039fdff9e04e648cdd24002957940322b.tar.gz
libostree: Fix many gtk-doc warnings
Diffstat (limited to 'src/libostree/ostree-chain-input-stream.c')
-rw-r--r--src/libostree/ostree-chain-input-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-chain-input-stream.c b/src/libostree/ostree-chain-input-stream.c
index 84602961..7f0754dd 100644
--- a/src/libostree/ostree-chain-input-stream.c
+++ b/src/libostree/ostree-chain-input-stream.c
@@ -68,7 +68,7 @@ ostree_chain_input_stream_class_init (OstreeChainInputStreamClass *klass)
stream_class->read_fn = ostree_chain_input_stream_read;
stream_class->close_fn = ostree_chain_input_stream_close;
- /**
+ /*
* OstreeChainInputStream:streams: (element-type GInputStream)
*
* Chain of input streams read in order.