[vlc-commits] include: do not define the same group twice
Rémi Denis-Courmont
git at videolan.org
Sun Feb 11 20:56:04 CET 2018
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 11 21:50:22 2018 +0200| [2d5d6569133fdd7d2e10e79bf5295def0615d645] | committer: Rémi Denis-Courmont
include: do not define the same group twice
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d5d6569133fdd7d2e10e79bf5295def0615d645
---
include/vlc_viewpoint.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/include/vlc_viewpoint.h b/include/vlc_viewpoint.h
index cf0191334a..b9e162b02e 100644
--- a/include/vlc_viewpoint.h
+++ b/include/vlc_viewpoint.h
@@ -26,10 +26,6 @@
#include <math.h>
/**
- * \defgroup output Output
- * \ingroup output
- *
- * @{
* \file
* Video and audio viewpoint struct and helpers
*/
@@ -63,6 +59,4 @@ static inline void vlc_viewpoint_clip( vlc_viewpoint_t *p_vp )
FIELD_OF_VIEW_DEGREES_MAX );
}
-/**@}*/
-
#endif /* VLC_VIEWPOINT_H_ */
More information about the vlc-commits
mailing list