q66 pushed a commit to branch master.

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

commit 175e9b9055282c50a950412b790f8533903bce33
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Fri Jul 3 16:15:01 2015 +0100

    eolian: generate correct fallback character
---
 src/bin/eolian/docs_generator.c    | 2 +-
 src/tests/eolian/data/struct.eo    | 2 +-
 src/tests/eolian/data/struct_ref.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bin/eolian/docs_generator.c b/src/bin/eolian/docs_generator.c
index 5d872d3..5446f40 100644
--- a/src/bin/eolian/docs_generator.c
+++ b/src/bin/eolian/docs_generator.c
@@ -52,7 +52,7 @@ _append_section(const char *desc, int ind, int curl, 
Eina_Strbuf *buf,
              if (isalpha(*desc))
                eina_strbuf_append(wbuf, "@c ");
              else
-               eina_strbuf_append_char(wbuf, '@');
+               eina_strbuf_append_char(wbuf, '$');
           }
         while (*desc && !isspace(*desc))
           eina_strbuf_append_char(wbuf, *desc++);
diff --git a/src/tests/eolian/data/struct.eo b/src/tests/eolian/data/struct.eo
index c59c516..15010a6 100644
--- a/src/tests/eolian/data/struct.eo
+++ b/src/tests/eolian/data/struct.eo
@@ -17,7 +17,7 @@ struct @extern Not.Generated {
 class Struct {
    methods {
       foo {
-         [[Foo docs. This is $monospace.]]
+         [[Foo docs. This is $monospace. This is alone-standing $.]]
          params {
             idx: int;
          }
diff --git a/src/tests/eolian/data/struct_ref.c 
b/src/tests/eolian/data/struct_ref.c
index 85e8b5b..ab3e531 100644
--- a/src/tests/eolian/data/struct_ref.c
+++ b/src/tests/eolian/data/struct_ref.c
@@ -31,7 +31,7 @@ typedef struct _Opaque Opaque;
 EAPI const Eo_Class *struct_class_get(void) EINA_CONST;
 
 /**
- * @brief Foo docs. This is @c monospace.
+ * @brief Foo docs. This is @c monospace. This is alone-standing $.
  *
  * @param[in] idx
  */

-- 


Reply via email to