Small fixes and remove anchor{block,view} leftovers :
../doc/shot.sh: line 17: /tmp/elementary/doc/../doc/widgets/widget_preview_anchorview: No such file or directory convert: unable to open image `../doc/html/img/widget/anchorview/preview-00.png': No such file or directory @ error/blob.c/OpenBlob/2614. convert: unable to open file `../doc/html/img/widget/anchorview/preview-00.png' @ error/png.c/ReadPNGImage/3632. convert: missing an image filename `../doc/latex/img/widget/anchorview/preview-00.eps' @ error/convert.c/ConvertImageCommand/3017. ../doc/shot.sh: line 17: /tmp/elementary/doc/../doc/widgets/widget_preview_anchorblock: No such file or directory convert: unable to open image `../doc/html/img/widget/anchorblock/preview-00.png': No such file or directory @ error/blob.c/OpenBlob/2614. convert: unable to open file `../doc/html/img/widget/anchorblock/preview-00.png' @ error/png.c/ReadPNGImage/3632. convert: missing an image filename `../doc/latex/img/widget/anchorblock/preview-00.eps' @ error/convert.c/ConvertImageCommand/3017. ../doc/shot.sh: line 17: /tmp/elementary/doc/../doc/widgets/widget_preview_pager: No such file or directory convert: unable to open image `../doc/html/img/widget/pager/preview-00.png': No such file or directory @ error/blob.c/OpenBlob/2614. convert: unable to open file `../doc/html/img/widget/pager/preview-00.png' @ error/png.c/ReadPNGImage/3632. convert: missing an image filename `../doc/latex/img/widget/pager/preview-00.eps' @ error/convert.c/ConvertImageCommand/3017. warning: Tag `DETAILS_AT_TOP' at line 44 of file Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 135 of file Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 136 of file Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" warning: ignoring unsupported tag `LAYOUTFILE =' at line 140, file Doxyfile Parsing file /tmp/tmp/elementary/src/lib/elm_frame.h:103: warning: end of file while inside a group /tmp/elementary/src/lib/elm_map.h:1502: warning: end of file while inside a group Prep/tmp/elementary/src/lib/elm_route.h:50: warning: end of file while inside a group Parsi/tmp/elementary/doc/examples.dox:94: warning: unable to resolve reference to `glview_example_01_page' for \ref command /tmp/elementary/doc/examples.dox:142: warning: unable to resolve reference to `evas_object_size_hint_weight_set' for \ref command /tmp/elementary/doc/examples.dox:3986: warning: unable to resolve reference to `index_example.c' for \ref command /tmp/elementary/doc/examples.dox:5337: warning: unable to resolve reference to `Anchorview' for \ref command /tmp/elementary/doc/examples.dox:5384: warning: explicit link request to 'Elm_Entry_Anchorblock_Info' could not be resolved /tmp/elementary/src/lib/elm_clock.h:169: warning: explicit link request to 'ELM_CLOCK_NONE' could not be resolved /tmp/elementary/src/lib/elm_clock.h:134: warning: explicit link request to 'ELM_CLOCK_NONE' could not be resolved /tmp/elementary/src/lib/elm_entry.h:523: warning: unable to resolve reference to `entry_example_01' for \ref command /tmp/elementary/src/lib/elm_gengrid.h:548: warning: explicit link request to 'Gengrid' could not be resolved /tmp/elementary/src/lib/elm_index.h:237: warning: explicit link request to 'index' could not be resolved /tmp/elementary/src/lib/elm_index.h:134: warning: The following parameters of elm_index_selected_item_get(const Evas_Object *obj, int level) are not documented: parameter 'level' /tmp/elementary/src/lib/elm_map.h:1035: warning: argument 'clas' of command @param is not found in the argument list of elm_map_overlay_group_members_get(const Elm_Map_Overlay *grp) /tmp/elementary/src/lib/elm_map.h:1035: warning: The following parameters of elm_map_overlay_group_members_get(const Elm_Map_Overlay *grp) are not documented: parameter 'grp' /tmp/elementary/src/lib/elm_web.h:929: warning: argument 'obj' of command @param is not found in the argument list of elm_web_window_features_property_get(const Elm_Web_Window_Features *wf, Elm_Web_Window_Feature_Flag flag) /tmp/elementary/src/lib/elm_web.h:929: warning: The following parameters of elm_web_window_features_property_get(const Elm_Web_Window_Features *wf, Elm_Web_Window_Feature_Flag flag) are not documented: parameter 'wf' /tmp/elementary/src/lib/elm_web.h:940: warning: argument 'obj' of command @param is not found in the argument list of elm_web_window_features_region_get(const Elm_Web_Window_Features *wf, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h) /tmp/elementary/src/lib/elm_web.h:940: warning: The following parameters of elm_web_window_features_region_get(const Elm_Web_Window_Features *wf, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h) are not documented: parameter 'wf' -- Jérôme Pinot http://ngc891.blogdns.net/
Index: elementary/src/lib/elm_route.h
===================================================================
--- elementary/src/lib/elm_route.h (revision 69826)
+++ 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 69826)
+++ elementary/src/lib/elm_bg.h (working copy)
@@ -102,7 +102,7 @@
* Set the mode of display for a given background widget's image
*
* @param obj The background object handle
- * @param option The desired background option (see #Elm_Bg_Option)
+ * @param option The desired background option (see Elm_Bg_Option )
*
* This sets how the background widget will display its image. This
* will only work if the elm_bg_file_set() was previously called with
@@ -120,7 +120,7 @@
*
* @param obj The background object handle
* @return The image displaying mode in use for @a obj or
- * #ELM_BG_OPTION_LAST, on errors.
+ * @c ELM_BG_OPTION_LAST, on errors.
*
* @see elm_bg_option_set() for more details
*
Index: elementary/src/lib/elm_frame.h
===================================================================
--- elementary/src/lib/elm_frame.h (revision 69826)
+++ 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 69826)
+++ 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_clock.h
===================================================================
--- elementary/src/lib/elm_clock.h (revision 69826)
+++ elementary/src/lib/elm_clock.h (working copy)
@@ -135,7 +135,7 @@
* ticking, until one brings them back to canonical mode. The
* elm_clock_edit_mode_set() function will influence which digits
* of the clock will be editable. By default, all of them will be
- * (#ELM_CLOCK_NONE).
+ * (@c ELM_CLOCK_NONE ).
*
* @note am/pm sheets, if being shown, will @b always be editable
* under edition mode.
@@ -170,7 +170,7 @@
* @param digedit Bit mask indicating the digits to be editable
* (values in #Elm_Clock_Edit_Mode).
*
- * If the @p digedit param is #ELM_CLOCK_NONE, editing will be
+ * If the @p digedit param is @c ELM_CLOCK_NONE, editing will be
* disabled on @p obj (same effect as elm_clock_edit_set(), with @c
* EINA_FALSE).
*
Index: elementary/src/lib/elm_glview.h
===================================================================
--- elementary/src/lib/elm_glview.h (revision 69826)
+++ 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 69826)
+++ 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
@@ -238,7 +239,7 @@
* @param func The function to call when the item is clicked.
* @param data The item data to set for the index's item
* @param cmp_func The comparing function to be used to sort index
- * items <b>by #index item handles</b>
+ * items <b>by index item handles</b>
* @param cmp_data_func A @b fallback function to be called for the
* sorting of index items <b>by item data</b>). It will be used
* when @p cmp_func returns @c 0 (equality), which means an index
Index: elementary/src/lib/elm_entry.h
===================================================================
--- elementary/src/lib/elm_entry.h (revision 69826)
+++ 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_gengrid.h
===================================================================
--- elementary/src/lib/elm_gengrid.h (revision 69826)
+++ elementary/src/lib/elm_gengrid.h (working copy)
@@ -548,7 +548,7 @@
* This returns a list of the selected items, in the order that
* they appear in the grid. This list is only valid as long as no
* more items are selected or unselected (or unselected implicitly
- * by deletion). The list contains #Gengrid item pointers as
+ * by deletion). The list contains Gengrid item pointers as
* data, naturally.
*
* @see elm_gengrid_selected_item_get()
Index: elementary/src/lib/elm_web.h
===================================================================
--- elementary/src/lib/elm_web.h (revision 69826)
+++ 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/Doxyfile.in
===================================================================
--- elementary/doc/Doxyfile.in (revision 69826)
+++ elementary/doc/Doxyfile.in (working copy)
@@ -41,7 +41,6 @@
SHOW_INCLUDE_FILES = NO
JAVADOC_AUTOBRIEF = YES
MULTILINE_CPP_IS_BRIEF = NO
-DETAILS_AT_TOP = NO
INHERIT_DOCS = YES
INLINE_INFO = YES
SORT_MEMBER_DOCS = YES
@@ -132,9 +131,8 @@
DOT_IMAGE_FORMAT = png
DOT_PATH =
DOTFILE_DIRS =
-MAX_DOT_GRAPH_WIDTH = 512
-MAX_DOT_GRAPH_HEIGHT = 512
+DOT_GRAPH_MAX_NODES = 50
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
SEARCHENGINE = NO
-LAYOUTFILE = DoxygenLayout.xml
+LAYOUT_FILE = DoxygenLayout.xml
Index: elementary/doc/examples.dox
===================================================================
--- elementary/doc/examples.dox (revision 69826)
+++ 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
@@ -5334,114 +5334,6 @@
*/
/**
- * @page tutorial_anchorblock_example Anchorblock/Anchorview example
- * This example will show both Anchorblock and @ref Anchorview,
- * since both are very similar and it's easier to show them once and side
- * by side, so the difference is more clear.
- *
- * We'll show the relevant snippets of the code here, but the full example
- * can be found here... sorry, @ref anchorblock_example_01.c "here".
- *
- * As for the actual example, it's just a simple window with an anchorblock
- * and an anchorview, both containing the same text. After including
- * Elementary.h and declaring some functions we'll need, we jump to our
- * elm_main (see ELM_MAIN) and create our window.
- * @dontinclude anchorblock_example_01.c
- * @skip int
- * @until const char
- * @until ;
- *
- * With the needed variables declared, we'll create the window and a box to
- * hold our widgets, but we don't need to go through that here.
- *
- * In order to make clear where the anchorblock ends and the anchorview
- * begins, they'll be each inside a @ref Frame. After creating the frame,
- * the anchorblock follows.
- * @skip elm_frame_add
- * @until elm_frame_content_set
- *
- * Nothing out of the ordinary there. What's worth mentioning is the call
- * to elm_anchorblock_hover_parent_set(). We are telling our widget that
- * when an anchor is clicked, the hover for the popup will cover the entire
- * window. This affects the area that will be obscured by the hover and
- * where clicking will dismiss it, as well as the calculations it does to
- * inform the best locations where to insert the popups content.
- * Other than that, the code is pretty standard. We also need to set our
- * callback for when an anchor is clicked, since it's our task to populate
- * the popup. There's no default for it.
- *
- * The anchorview is no different, we only change a few things so it looks
- * different.
- * @until elm_frame_content_set
- *
- * Then we run, so stuff works and close our main function in the usual way.
- * @until ELM_MAIN
- *
- * Now, a little note. Normally you would use either one of anchorblock or
- * anchorview, set your one callback to clicks and do your stuff in there.
- * In this example, however, there are a few tricks to make it easier to
- * show both widgets in one go (and to save me some typing). So we have
- * two callbacks, one per widget, that will call a common function to do
- * the rest. The trick is using ::Elm_Entry_Anchorblock_Info for the
- * anchorview too, since both are equal, and passing a callback to use
- * for our buttons to end the hover, because each widget has a different
- * function for it.
- * @until _anchorview_clicked_cb
- * @until }
- *
- * The meat of our popup is in the following function. We check what kind
- * of menu we need to show, based on the name set to the anchor in the
- * markup text. If there's no type (something went wrong, no valid contact
- * in the address list) we are just putting a button that does nothing, but
- * it's perfectly reasonable to just end the hover and call it quits.
- *
- * Our popup will consist of one main button in the middle of our hover,
- * and possibly a secondary button and a list of other options. We'll create
- * first our main button and check what kind of popup we need afterwards.
- * @skip static void
- * @skip static void
- * @until eina_stringshare_add
- * @until }
- *
- * Each button has two callbacks, one is our hack to close the hover
- * properly based on which widget it belongs to, the other a simple
- * printf that will show the action with the anchors own data. This is
- * not how you would usually do it. Instead, the common case is to have
- * one callback for the button that will know which function to call to end
- * things, but since we are doing it this way it's worth noting that
- * smart callbacks will be called in reverse in respect to the order they
- * were added, and since our @c btn_end_cb will close the hover, and thus
- * delete our buttons, the other callback wouldn't be called if we had
- * added it before.
- *
- * After our telephone popup, there are a few others that are practically
- * the same, so they won't be shown here.
- *
- * Once we are done with that, it's time to place our actions into our
- * hover. Main button goes in the middle without much questioning, and then
- * we see if we have a secondary button and a box of extra options.
- * Because I said so, secondary button goes on either side and box of
- * options either on top or below the main one, but to choose which
- * exactly, we use the hints our callback info has, which saves us from
- * having to do the math and see which side has more space available, with
- * a little special case where we delete our extra stuff if there's nowhere
- * to place it.
- * @skip url:
- * @skip }
- * @skip evas_object_smart
- * @until evas_object_del(box)
- * @until }
- * @until }
- *
- * The example will look like this:
- *
- * @image html screenshots/anchorblock_01.png
- * @image latex screenshots/anchorblock_01.eps width=\textwidth
- *
- * @example anchorblock_example_01.c
- */
-
-/**
* @page tutorial_check Check example
* @dontinclude check_example_01.c
*
Index: elementary/doc/Makefile.am
===================================================================
--- elementary/doc/Makefile.am (revision 69826)
+++ elementary/doc/Makefile.am (working copy)
@@ -58,9 +58,6 @@
flipselector:preview-00.png:widget_preview_flipselector:100:60 \
hoversel:preview-00.png:widget_preview_hoversel:90:170 \
hover:preview-00.png:widget_preview_hover:90:170 \
- anchorview:preview-00.png:widget_preview_anchorview:100:30 \
- anchorblock:preview-00.png:widget_preview_anchorblock:100:30 \
- pager:preview-00.png:widget_preview_pager:100:100 \
separator:preview-00.png:widget_preview_separator:10:80 \
radio:preview-00.png:widget_preview_radio:60:20 \
panel:preview-00.png:widget_preview_panel:150:50 \
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
