From 44bad68e3d698fe12d37a06ea0dc13ec4e7a69ef Mon Sep 17 00:00:00 2001 From: sanjeev Date: Mon, 23 Apr 2012 23:31:38 +0000 Subject: [PATCH] several fixes for the doxygen docs. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Author : Jérôme Pinot git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@70426 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/include/eina_list.h | 6 +++--- src/include/eina_simple_xml_parser.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/eina_list.h b/src/include/eina_list.h index 5765557..6e8a2dc 100644 --- a/src/include/eina_list.h +++ b/src/include/eina_list.h @@ -56,7 +56,7 @@ * that the return value is attributed to the @a list variable, this needs to * be done every time we use a a function that alters the contents of the list. * - * Now that we have a list we some elements in it we can look at it's contents. + * Now that we have a list with some elements in it we can look at it's contents. * @until printf * * There are many ways of accessing elements in the list, including by it's @@ -151,7 +151,7 @@ */ /** - * @page eina_list_03_example_page Reordering Eina_List elments + * @page eina_list_03_example_page Reordering Eina_List elements * @dontinclude eina_list_03.c * * If you don't know how to create lists see @@ -190,7 +190,7 @@ */ /** - * @page eina_list_03_c Reordering Eina_List elments example + * @page eina_list_03_c Reordering Eina_List elements example * * @include eina_list_03.c * @example eina_list_03.c diff --git a/src/include/eina_simple_xml_parser.h b/src/include/eina_simple_xml_parser.h index 4f7d2f5..64cd3ab 100644 --- a/src/include/eina_simple_xml_parser.h +++ b/src/include/eina_simple_xml_parser.h @@ -75,7 +75,7 @@ * We then check data for corresponding tag: * @until EINA_FALSE * - * We are doing the formatting in same time and put all the children + * We are doing the formatting in same time and put all the \ children * in str. * @until EINA_FALSE * -- 2.7.4