From eb1733609ad9a0842ba1c77b1c375507929f9585 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Sat, 31 Jan 2015 22:17:15 +0100
Subject: decoder/sndfile, ...: update API documentation

---
 src/input/Init.hxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/input/Init.hxx')

diff --git a/src/input/Init.hxx b/src/input/Init.hxx
index b19bc112f..4ad4ba577 100644
--- a/src/input/Init.hxx
+++ b/src/input/Init.hxx
@@ -23,13 +23,13 @@
 class Error;
 
 /**
- * Initializes this library and all input_stream implementations.
+ * Initializes this library and all #InputStream implementations.
  */
 bool
 input_stream_global_init(Error &error);
 
 /**
- * Deinitializes this library and all input_stream implementations.
+ * Deinitializes this library and all #InputStream implementations.
  */
 void input_stream_global_finish(void);
 
-- 
cgit v1.2.3