From 9a56db0f79f24c2fd8ea2bde01282e492f055a70 Mon Sep 17 00:00:00 2001 From: caro Date: Tue, 17 Aug 2010 06:05:21 +0000 Subject: [PATCH] formatting git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@51241 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/include/eina_strbuf_template_c.x | 13 +++++++++---- src/lib/eina_strbuf.c | 14 ++++++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/src/include/eina_strbuf_template_c.x b/src/include/eina_strbuf_template_c.x index 58b0eec..2f3aeae 100644 --- a/src/include/eina_strbuf_template_c.x +++ b/src/include/eina_strbuf_template_c.x @@ -16,6 +16,15 @@ * 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 * *============================================================================*/ diff --git a/src/lib/eina_strbuf.c b/src/lib/eina_strbuf.c index 76cafe2..fe96ed7 100644 --- a/src/lib/eina_strbuf.c +++ b/src/lib/eina_strbuf.c @@ -12,6 +12,20 @@ #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, ...) { -- 2.7.4