cedric pushed a commit to branch master.

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

commit d76fbe9067aba76b8d9a08ac6bec5fd8790e9366
Author: Jeff Grimshaw <jeffrey.w.grims...@gmail.com>
Date:   Sat Mar 15 20:05:19 2014 +0900

    evil: fix Doxygen markup to prevent warnings.
    
    Summary:
    The Doxygen header has an opening @\{ with no matching @\}, which
    Doxygen will complain about.  There is no explicit grouping associated
    with the @\{, so I just removed it.
    
    Test Plan: make doc 2> doxyerr.log
    
    CC: cedric
    
    Differential Revision: https://phab.enlightenment.org/D611
    
    Signed-off-by: Cedric BAIL <cedric.b...@free.fr>
---
 src/lib/evil/evil_stdio.h  | 2 +-
 src/lib/evil/evil_string.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evil/evil_stdio.h b/src/lib/evil/evil_stdio.h
index 27c116e..1c1abe6 100644
--- a/src/lib/evil/evil_stdio.h
+++ b/src/lib/evil/evil_stdio.h
@@ -10,7 +10,7 @@
  *
  * This header provides functions ported from Unix in stdio.h.
  *
- * @{
+ * 
  */
 
 #define EVIL_PATH_SEP_SWAP(p, s1, s2) \
diff --git a/src/lib/evil/evil_string.h b/src/lib/evil/evil_string.h
index 14f49b1..140e444 100644
--- a/src/lib/evil/evil_string.h
+++ b/src/lib/evil/evil_string.h
@@ -10,7 +10,7 @@
  *
  * This header provides functions ported from Unix in string.h.
  *
- * @{
+ *
  */
 
 

-- 


Reply via email to