formatting
authorcaro <caro>
Tue, 17 Aug 2010 06:05:21 +0000 (06:05 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 17 Aug 2010 06:05:21 +0000 (06:05 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@51241 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_strbuf_template_c.x
src/lib/eina_strbuf.c

index 58b0eec..2f3aeae 100644 (file)
  * a lot easier since those are essentially the same just with different sizes.
  */
 
+/*============================================================================*
+ *                                  Local                                     *
+ *============================================================================*/
+
+
+/*============================================================================*
+ *                                 Global                                     *
+ *============================================================================*/
+
 /**
  * @internal
  * @brief Initialize the strbuf module.
@@ -51,10 +60,6 @@ _FUNC_EXPAND(shutdown)(void)
    return eina_strbuf_common_shutdown();
 }
 
-/**
- * @endcond
- */
-
 /*============================================================================*
  *                                   API                                      *
  *============================================================================*/
index 76cafe2..fe96ed7 100644 (file)
 #include "eina_strbuf_common.h"
 #include "eina_unicode.h"
 
+/*============================================================================*
+ *                                  Local                                     *
+ *============================================================================*/
+
+
+/*============================================================================*
+ *                                 Global                                     *
+ *============================================================================*/
+
+
+/*============================================================================*
+ *                                   API                                      *
+ *============================================================================*/
+
 EAPI Eina_Bool
 eina_strbuf_append_printf(Eina_Strbuf *buf, const char *fmt, ...)
 {