OSDN Git Service

doxy: Define a group for libswscale documentation
authorLuca Barbato <lu_zero@gentoo.org>
Thu, 12 Dec 2013 18:53:00 +0000 (19:53 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Fri, 13 Dec 2013 22:53:30 +0000 (23:53 +0100)
Uniform the style and eliminate a warning on newer doxygen version..

libavutil/avutil.h
libswscale/swscale.h

index 6bb5510..782284d 100644 (file)
@@ -40,7 +40,7 @@
  * @li @ref lavd "libavdevice" special devices muxing/demuxing library
  * @li @ref lavu "libavutil" common utility library
  * @li @ref lavr "libavresample" audio resampling, format conversion and mixing
- * @li @subpage libswscale  color conversion and scaling library
+ * @li @ref libsws "libswscale"  color conversion and scaling library
  *
  * @section libav_versioning Versioning and compatibility
  *
index e69a694..8fe27df 100644 (file)
@@ -23,6 +23,7 @@
 
 /**
  * @file
+ * @ingroup libsws
  * @brief
  *     external api for the swscale stuff
  */
@@ -35,6 +36,9 @@
 #include "version.h"
 
 /**
+ * @defgroup libsws Color conversion and scaling
+ * @{
+ *
  * Return the LIBSWSCALE_VERSION_INT constant.
  */
 unsigned swscale_version(void);
@@ -343,4 +347,8 @@ void sws_convertPalette8ToPacked24(const uint8_t *src, uint8_t *dst, int num_pix
  */
 const AVClass *sws_get_class(void);
 
+/**
+ * @}
+ */
+
 #endif /* SWSCALE_SWSCALE_H */