[vlc-commits] doc: move access under input/stream
Rémi Denis-Courmont
git at videolan.org
Wed Oct 26 09:51:36 CEST 2016
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Oct 26 10:06:12 2016 +0300| [26b5a1ec193ec216ddbab28dfbe44c38d21dfbad] | committer: Rémi Denis-Courmont
doc: move access under input/stream
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=26b5a1ec193ec216ddbab28dfbe44c38d21dfbad
---
include/vlc_access.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_access.h b/include/vlc_access.h
index 1fc6e5f..dc91e47 100644
--- a/include/vlc_access.h
+++ b/include/vlc_access.h
@@ -28,7 +28,7 @@
/**
* \defgroup access Access
- * \ingroup input
+ * \ingroup stream
* Raw input byte streams
* @{
* \file
More information about the vlc-commits
mailing list