diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-11-28 13:33:46 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2018-11-28 13:33:46 +0100 |
commit | 05682eed7d572874928424af82fba819790c4228 (patch) | |
tree | e95f5777ba237b378c2ceb166ce6657a6214e2fd /src/lib/ecore_con/efl_net_ssl_context.eo | |
parent | c602c075cada6eb56158d398c27f57b522bafdc7 (diff) |
eo-docs: Remove Doxygen tags from efl*.eo files
Summary:
- Replace '\@ref name' with '@name'
- Remove unused \@internal tag
This tag affects text AFTER it, and there is no text after it.
- Remove \@note tag
Replaced with a simple NOTE: text, since eolian does not have an equivalent tag.
- Remove spurious \@Efl... tags
They should really be @Efl...
- Remove \@p tags
There is no eolian equivalent, and a simpler $ suffices in this case.
Fixes T7482
Reviewers: q66
Reviewed By: q66
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Maniphest Tasks: T7482
Differential Revision: https://phab.enlightenment.org/D7372
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_con/efl_net_ssl_context.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_con/efl_net_ssl_context.eo b/src/lib/ecore_con/efl_net_ssl_context.eo index 50405da825..bf694678b4 100644 --- a/src/lib/ecore_con/efl_net_ssl_context.eo +++ b/src/lib/ecore_con/efl_net_ssl_context.eo | |||
@@ -11,7 +11,7 @@ class Efl.Net.Ssl.Context (Efl.Object) { | |||
11 | @Efl.Object.finalize in order to define the mandatory | 11 | @Efl.Object.finalize in order to define the mandatory |
12 | operational parameters. | 12 | operational parameters. |
13 | 13 | ||
14 | \@note All setter methods must be called before @Efl.Object.finalize. | 14 | Note: All setter methods must be called before @Efl.Object.finalize. |
15 | 15 | ||
16 | @since 1.19 | 16 | @since 1.19 |
17 | ]] | 17 | ]] |