On 04/02/12 08:28, Vincent Torri wrote:
> in svn, thanks
> 
> Vincent
> 
> On Sun, Apr 1, 2012 at 11:35 AM, Jérôme Pinot <[email protected]> wrote:
> > For convenience, I will split the patch in 2 parts.
> >
> > This patch remove doxygen documentation for deprecated widgets:
> > - anchorblock
> > - anchorview
> > - pager
> >
> > It updates the doxyfile too.
> >
> > I will send the 2nd part when the issue will be addressed.

Here is the second patch

-- 
Jérôme Pinot
http://ngc891.blogdns.net/
Index: elementary/src/lib/elm_route.h
===================================================================
--- elementary/src/lib/elm_route.h      (revision 69856)
+++ elementary/src/lib/elm_route.h      (working copy)
@@ -46,3 +46,7 @@
  * @ingroup Route
  */
 EAPI void        elm_route_latitude_min_max_get(const Evas_Object *obj, double 
*min, double *max);
+
+/**
+ * @}
+ */
Index: elementary/src/lib/elm_bg.h
===================================================================
--- elementary/src/lib/elm_bg.h (revision 69856)
+++ elementary/src/lib/elm_bg.h (working copy)
@@ -29,10 +29,12 @@
 
 /**
  * Identifiers on how a background widget is to display its image --
- * if it was tset to use an image file.
+ * if it was set to use an image file.
  *
  * @see elm_bg_option_set()
  * @see elm_bg_option_get()
+ *
+ * @ingroup Bg
  */
 typedef enum
 {
Index: elementary/src/lib/elm_frame.h
===================================================================
--- elementary/src/lib/elm_frame.h      (revision 69856)
+++ elementary/src/lib/elm_frame.h      (working copy)
@@ -96,6 +96,6 @@
  */
 EAPI void elm_frame_collapse_go(Evas_Object *obj, Eina_Bool collapse);
 
-/*
+/**
  * @}
  */
Index: elementary/src/lib/elm_map.h
===================================================================
--- elementary/src/lib/elm_map.h        (revision 69856)
+++ elementary/src/lib/elm_map.h        (working copy)
@@ -1035,9 +1035,9 @@
 /**
  * Get the overlay members of the group overlay.
  *
- * @param clas The group overlay has overlay members.
+ * @param grp The group overlay has overlay members.
  *
- * @return The list of group overlay memebers.
+ * @return The list of group overlay members.
  *
  * The group overlays are virtualy overlays. Those are shown and hidden 
dynamically.
  * You can add callback to the class overlay. If one of the group overlays in 
this class
@@ -1498,3 +1498,6 @@
  */
 EAPI void                  elm_map_track_remove(Evas_Object *obj, Evas_Object 
*route);
 
+/**
+ * @}
+ */
Index: elementary/src/lib/elm_glview.h
===================================================================
--- elementary/src/lib/elm_glview.h     (revision 69856)
+++ elementary/src/lib/elm_glview.h     (working copy)
@@ -8,7 +8,7 @@
  *
  * Below is an illustrative example of how to use GLView and and OpenGL
  * to render in elementary environment.
- * @ref glview_01_example_page
+ * @ref glview_example_01_page
  *
  */
 
Index: elementary/src/lib/elm_index.h
===================================================================
--- elementary/src/lib/elm_index.h      (revision 69856)
+++ elementary/src/lib/elm_index.h      (working copy)
@@ -135,6 +135,7 @@
  * Returns the last selected item, for a given index widget.
  *
  * @param obj The index object.
+ * @param level @c 0 or @c 1, the currently implemented levels.
  * @return The last item @b selected on @p obj (or @c NULL, on errors).
  *
  * @ingroup Index
Index: elementary/src/lib/elm_entry.h
===================================================================
--- elementary/src/lib/elm_entry.h      (revision 69856)
+++ elementary/src/lib/elm_entry.h      (working copy)
@@ -234,7 +234,7 @@
  *
  * @section entry-examples
  *
- * An overview of the Entry API can be seen in @ref entry_example_01
+ * An overview of the Entry API can be seen in @ref entry_example
  *
  * @{
  */
Index: elementary/src/lib/elm_web.h
===================================================================
--- elementary/src/lib/elm_web.h        (revision 69856)
+++ elementary/src/lib/elm_web.h        (working copy)
@@ -930,7 +930,7 @@
  * Gets boolean properties from Elm_Web_Window_Features
  * (such as statusbar, menubar, etc) that are on a window.
  *
- * @param obj The web window features object
+ * @param wf The web window features object
  * @param flag The web window feature flag whose value is required.
  *
  * @return EINA_TRUE if the flag is set, EINA_FALSE otherwise
@@ -941,7 +941,7 @@
  *
  * TODO : Add documentation.
  *
- * @param obj The web window features object
+ * @param wf The web window features object
  * @param x, y, w, h - the co-ordinates of the web view window.
  *
  */
Index: elementary/doc/examples.dox
===================================================================
--- elementary/doc/examples.dox (revision 69856)
+++ elementary/doc/examples.dox (working copy)
@@ -140,7 +140,7 @@
  * @skip size_hint_weight_set
  * @until resize_object_add
  *
- * See @ref evas_object_size_hint_weight_set and elm_win_resize_object_add()
+ * See evas_object_size_hint_weight_set() and elm_win_resize_object_add()
  * for more detailed info about these functions.
  *
  * The end of the example is quite simple, just setting the minimum and
@@ -3469,7 +3469,7 @@
  */
 
 /**
-  * @page glview_01_example_page - GLView Example
+  * @page glview_example_01_page - GLView Example
   * @include glview_example_01.c
   */
 
@@ -3983,7 +3983,7 @@
  * @image html screenshots/index_example_03.png
  * @image latex screenshots/index_example_03.eps
  *
- * See the full @ref index_example.c "source code" for
+ * See the full @ref index_example_02.c "source code" for
  * this example.
  *
  * @example index_example_02.c

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to