From 6301c6dc1ee9f71233dd88a3a84fe37bbaa4719b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 12 Feb 2014 17:52:01 +0900 Subject: [PATCH] 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 d2a3dcded6..3402a66d8e 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 c03f628cbc..ac1575ffaa 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 - */ +/* 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 988ed297cc..cddc9bcbf1 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"