From 18d9398143ac63915e85d76447dca5c9670ed58a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <ubitux@gmail.com>
Date: Tue, 11 Dec 2012 02:13:43 +0100
Subject: doxy: add ref for lavfi, lpp and lsws.

---
 libpostproc/postprocess.h | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

(limited to 'libpostproc')

diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h
index b1a357a15d..928e01fe10 100644
--- a/libpostproc/postprocess.h
+++ b/libpostproc/postprocess.h
@@ -23,8 +23,13 @@
 
 /**
  * @file
- * @brief
- *     external postprocessing API
+ * @ingroup lpp
+ * external API header
+ */
+
+/**
+ * @defgroup lpp Libpostproc
+ * @{
  */
 
 #include "libpostproc/version.h"
@@ -94,4 +99,8 @@ void pp_free_context(pp_context *ppContext);
 
 #define PP_PICT_TYPE_QP2  0x00000010 ///< MPEG2 style QScale
 
+/**
+ * @}
+ */
+
 #endif /* POSTPROC_POSTPROCESS_H */
-- 
cgit v1.2.3