raster pushed a commit to branch master.

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

commit 99a17f85c04d6430e3e85b7be4d803d6e24986df
Author: Jeff Grimshaw <jeffrey.w.grims...@gmail.com>
Date:   Fri Mar 7 17:00:03 2014 +0900

    efl/eo:  Fix Doxygen markup to prevent a warning
    
    Summary:
    The closing @} for the main Eo group is inside the #ifdef
    EFL_BETA_API_SUPPORT block, so it gets removed by the preprocessor
    unless the project is configured with EFL_BETA_API_SUPPORT.  Moved the
    @} outside the #ifdef so it will always be there and Doxygen won't
    complain.
    
    Test Plan: make doc 2> doxyerr.log
    
    Reviewers: raster
    
    Reviewed By: raster
    
    CC: cedric
    
    Differential Revision: https://phab.enlightenment.org/D609
---
 src/lib/eo/Eo.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
index ef43dec..7f77b39 100644
--- a/src/lib/eo/Eo.h
+++ b/src/lib/eo/Eo.h
@@ -1534,14 +1534,15 @@ EAPI extern const Eo_Event_Description _EO_EV_DEL;
  * @}
  */
 
+
+#endif
+
 /**
  * @}
  */
 
-#endif
-
 #ifdef __cplusplus
-}
+} 
 #endif
 
 #endif

-- 


Reply via email to