summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/efl_net_control_manager.eo
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2018-11-28 13:33:46 +0100
committerDaniel Kolesa <d.kolesa@samsung.com>2018-11-28 13:33:46 +0100
commit05682eed7d572874928424af82fba819790c4228 (patch)
treee95f5777ba237b378c2ceb166ce6657a6214e2fd /src/lib/ecore_con/efl_net_control_manager.eo
parentc602c075cada6eb56158d398c27f57b522bafdc7 (diff)
downloadefl-05682eed7d572874928424af82fba819790c4228.tar.gz
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 'src/lib/ecore_con/efl_net_control_manager.eo')
-rw-r--r--src/lib/ecore_con/efl_net_control_manager.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore_con/efl_net_control_manager.eo b/src/lib/ecore_con/efl_net_control_manager.eo
index 3250c4be32..cfe9145ac4 100644
--- a/src/lib/ecore_con/efl_net_control_manager.eo
+++ b/src/lib/ecore_con/efl_net_control_manager.eo
@@ -71,7 +71,7 @@ class Efl.Net.Control.Manager (Efl.Loop_Consumer) {
This class and its child objects are only useful to implement
control of the network connectivity. If your application only
needs to request access to the network, use
- \@Efl.Net.Session instead.
+ @Efl.Net.Session instead.
Network connectivity is defined on top of technologies that
provide access points. A technology can be "ethernet", "wifi",
@@ -142,7 +142,7 @@ class Efl.Net.Control.Manager (Efl.Loop_Consumer) {
- online means verified connectivity.
- \@note if there is no backend for this class, then state
+ Note: if there is no backend for this class, then state
will always be online, however @.access_points and
@.technologies will be empty iterators (valid pointers
but no items in them).