diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2015-02-21 16:33:28 +0100 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2015-02-21 16:33:28 +0100 |
commit | da3f60546314bbb5d91d9fa8668acc0a0c348bf8 (patch) | |
tree | 69808a5ebee340b527c2e2b47b4cd67325a98145 /src/bin/edje | |
parent | 095bab1723d5ba04a002ab953623949d5f59a3ea (diff) |
Edcref: fix a mispelled property
Diffstat (limited to 'src/bin/edje')
-rw-r--r-- | src/bin/edje/edje_cc_handlers.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index 48eba89059..554e9fb4ed 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c | |||
@@ -11639,12 +11639,12 @@ st_collections_group_programs_program_target(void) | |||
11639 | /** | 11639 | /** |
11640 | @page edcref | 11640 | @page edcref |
11641 | @property | 11641 | @property |
11642 | target | 11642 | targets |
11643 | @parameters | 11643 | @parameters |
11644 | [target1] [target2] [target3] ... | 11644 | [target1] [target2] [target3] ... |
11645 | @effect | 11645 | @effect |
11646 | Programs or parts upon which the specified action will act. Multiple target | 11646 | Programs or parts upon which the specified action will act. Multiple |
11647 | or targets keywords may be specified. SIGNAL_EMITs can have | 11647 | target or targets keywords may be specified. SIGNAL_EMITs can have |
11648 | targets. | 11648 | targets. |
11649 | @since 1.10 | 11649 | @since 1.10 |
11650 | @endproperty | 11650 | @endproperty |