diff options
author | Jerome Pinot <ngc891@gmail.com> | 2013-12-01 11:45:13 +0900 |
---|---|---|
committer | Jerome Pinot <ngc891@gmail.com> | 2013-12-01 11:48:26 +0900 |
commit | 20d73388a1590baae636fe52561c8991f837bc69 (patch) | |
tree | 44d22765150f007093de6553a68412f6c6a35623 | |
parent | b236c2ad01e41151a04f4a87c7ffdb1569777349 (diff) |
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.
-rw-r--r-- | doc/examples.dox | 8 |
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 @@ | |||
42 | * @ref dayselector_example | 42 | * @ref dayselector_example |
43 | * | 43 | * |
44 | * @ref mapbuf_example | 44 | * @ref mapbuf_example |
45 | 45 | * | |
46 | * @ref map_example_01 | 46 | * @ref map_example_01 |
47 | * | 47 | * |
48 | * @ref map_example_02 | 48 | * @ref map_example_02 |
@@ -118,6 +118,8 @@ | |||
118 | * @ref prefs_example_02 | 118 | * @ref prefs_example_02 |
119 | * | 119 | * |
120 | * @ref prefs_example_03 | 120 | * @ref prefs_example_03 |
121 | * | ||
122 | * @ref label_example_01 | ||
121 | */ | 123 | */ |
122 | 124 | ||
123 | /** | 125 | /** |
@@ -3531,7 +3533,7 @@ | |||
3531 | * them and see what changes in appearance those properties cause. | 3533 | * them and see what changes in appearance those properties cause. |
3532 | * | 3534 | * |
3533 | * We start with the setup code that by now you should be familiar with: | 3535 | * We start with the setup code that by now you should be familiar with: |
3534 | * @until show(bg) | 3536 | * @until elm_win_autodel_set |
3535 | * | 3537 | * |
3536 | * For our first label we have a moderately long text(that doesn't fit in the | 3538 | * For our first label we have a moderately long text(that doesn't fit in the |
3537 | * label's width) so we will make it a sliding label. Since the text isn't | 3539 | * label's width) so we will make it a sliding label. Since the text isn't |
@@ -3561,7 +3563,7 @@ | |||
3561 | * @until show(label | 3563 | * @until show(label |
3562 | * | 3564 | * |
3563 | * And last but not least for our sixth label we set the style to "marker" and | 3565 | * And last but not least for our sixth label we set the style to "marker" and |
3564 | * the color to red(the default color is white which would be hard to see on | 3566 | * the color to red (the default color is white which would be hard to see on |
3565 | * our white background): | 3567 | * our white background): |
3566 | * @until show(label | 3568 | * @until show(label |
3567 | * | 3569 | * |