jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6301c6dc1ee9f71233dd88a3a84fe37bbaa4719b

commit 6301c6dc1ee9f71233dd88a3a84fe37bbaa4719b
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Wed Feb 12 17:52:01 2014 +0900

    Evas filters: Remove undocumented files from Doxygen
    
    Some files had Doxygen tags @file, which included them in the
    Files list. But they are not documented, so remove them from
    the index.
---
 src/lib/evas/filters/evas_filter.c       | 9 ++++++---
 src/lib/evas/filters/evas_filter_bump.c  | 6 +-----
 src/lib/evas/filters/evas_filter_utils.c | 4 +---
 3 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/src/lib/evas/filters/evas_filter.c 
b/src/lib/evas/filters/evas_filter.c
index d2a3dcd..3402a66 100644
--- a/src/lib/evas/filters/evas_filter.c
+++ b/src/lib/evas/filters/evas_filter.c
@@ -1,6 +1,7 @@
-/**
- * @file evas_filter.c
- * @brief Infrastructure for simple filters applied to RGBA and Alpha buffers.
+/*
+ * \@file evas_filter.c
+ *
+ * Infrastructure for simple filters applied to RGBA and Alpha buffers.
  * Originally used by font effects.
  *
  * Filters include:
@@ -9,6 +10,8 @@
  * - Displacement maps
  * - Color curves
  * - Blending and masking
+ *
+ * The reference documentation can be found in evas_filter_parser.c
  */
 
 #include "evas_filter.h"
diff --git a/src/lib/evas/filters/evas_filter_bump.c 
b/src/lib/evas/filters/evas_filter_bump.c
index c03f628..ac1575f 100644
--- a/src/lib/evas/filters/evas_filter_bump.c
+++ b/src/lib/evas/filters/evas_filter_bump.c
@@ -1,8 +1,4 @@
-/**
- * @brief Simple bump maps algorithms for the software engine
- * @file evas_filter_bump.c
- * @author Jean-Philippe ANDRE <j...@videolan.org>
- */
+/* Simple bump map algorithms for the software engine */
 
 #include "evas_common_private.h"
 #include "evas_private.h"
diff --git a/src/lib/evas/filters/evas_filter_utils.c 
b/src/lib/evas/filters/evas_filter_utils.c
index 988ed29..cddc9bc 100644
--- a/src/lib/evas/filters/evas_filter_utils.c
+++ b/src/lib/evas/filters/evas_filter_utils.c
@@ -1,6 +1,4 @@
-/** @file evas_filter_utils.c
- * @brief Utility functions for the filters.
- */
+/* Utility functions for the filters.  */
 
 #include "evas_filter_private.h"
 

-- 


Reply via email to