doxygen: fix label example
authorJerome Pinot <ngc891@gmail.com>
Sun, 1 Dec 2013 02:45:13 +0000 (11:45 +0900)
committerJerome Pinot <ngc891@gmail.com>
Sun, 1 Dec 2013 02:48:26 +0000 (11:48 +0900)
The label example code snippets didn't show up in the doxygen
documentation. This fixes the issue. Generated image is still missing,
though.

doc/examples.dox

index dcced877f9a5a3d0925e9f8f9e0cb31d9af0f079..09233292d5abeade4f3a858e46ccda3ab0861eb7 100644 (file)
@@ -42,7 +42,7 @@
  * @ref dayselector_example
  *
  * @ref mapbuf_example
-
+ *
  * @ref map_example_01
  *
  * @ref map_example_02
  * @ref prefs_example_02
  *
  * @ref prefs_example_03
+ *
+ * @ref label_example_01
  */
 
 /**
   * them and see what changes in appearance those properties cause.
   *
   * We start with the setup code that by now you should be familiar with:
-  * @until show(bg)
+  * @until elm_win_autodel_set
   *
   * For our first label we have a moderately long text(that doesn't fit in the
   * label's width) so we will make it a sliding label. Since the text isn't
   * @until show(label
   *
   * And last but not least for our sixth label we set the style to "marker" and
-  * the color to red(the default color is white which would be hard to see on
+  * the color to red (the default color is white which would be hard to see on
   * our white background):
   * @until show(label
   *