summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJerome Pinot <ngc891@gmail.com>2013-12-01 11:45:13 +0900
committerJerome Pinot <ngc891@gmail.com>2013-12-01 11:48:26 +0900
commit20d73388a1590baae636fe52561c8991f837bc69 (patch)
tree44d22765150f007093de6553a68412f6c6a35623 /doc
parentb236c2ad01e41151a04f4a87c7ffdb1569777349 (diff)
downloadelementary-20d73388a1590baae636fe52561c8991f837bc69.tar.gz
doxygen: fix label example
The label example code snippets didn't show up in the doxygen documentation. This fixes the issue. Generated image is still missing, though.
Diffstat (limited to 'doc')
-rw-r--r--doc/examples.dox8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/examples.dox b/doc/examples.dox
index dcced877f..09233292d 100644
--- a/doc/examples.dox
+++ b/doc/examples.dox
@@ -42,7 +42,7 @@
* @ref dayselector_example
*
* @ref mapbuf_example
-
+ *
* @ref map_example_01
*
* @ref map_example_02
@@ -118,6 +118,8 @@
* @ref prefs_example_02
*
* @ref prefs_example_03
+ *
+ * @ref label_example_01
*/
/**
@@ -3531,7 +3533,7 @@
* 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
@@ -3561,7 +3563,7 @@
* @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
*