eo-docs: Remove Doxygen tags from efl*.eo files
authorXavi Artigas <xavierartigas@yahoo.es>
Wed, 28 Nov 2018 12:33:46 +0000 (13:33 +0100)
committerHermet Park <hermetpark@gmail.com>
Wed, 5 Dec 2018 05:50:10 +0000 (14:50 +0900)
commit46d8aaa142cd7169be073f21e920ac250794a0e4
tree21b72565d87b9c6664d1e2b3425a97e8f697b01a
parentb997178de0261eebdf1ae577555226ab4f4ae717
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
25 files changed:
src/lib/ecore/efl_io_buffered_stream.eo
src/lib/ecore/efl_io_copier.eo
src/lib/ecore_con/efl_net_control_access_point.eo
src/lib/ecore_con/efl_net_control_manager.eo
src/lib/ecore_con/efl_net_dialer_http.eo
src/lib/ecore_con/efl_net_dialer_unix.eo
src/lib/ecore_con/efl_net_dialer_websocket.eo
src/lib/ecore_con/efl_net_dialer_windows.eo
src/lib/ecore_con/efl_net_server_fd.eo
src/lib/ecore_con/efl_net_session.eo
src/lib/ecore_con/efl_net_socket_udp.eo
src/lib/ecore_con/efl_net_ssl_context.eo
src/lib/efl/interfaces/efl_gfx_color.eo
src/lib/efl/interfaces/efl_gfx_color_class.eo
src/lib/efl/interfaces/efl_gfx_image.eo
src/lib/efl/interfaces/efl_gfx_path.eo
src/lib/efl/interfaces/efl_gfx_shape.eo
src/lib/efl/interfaces/efl_gfx_size_hint.eo
src/lib/efl/interfaces/efl_model.eo
src/lib/eio/efl_io_manager.eo
src/lib/elementary/efl_access_object.eo
src/lib/elementary/efl_ui_flip.eo
src/lib/elementary/efl_ui_popup_part_backwall.eo
src/lib/emotion/efl_canvas_video.eo
src/lib/evas/canvas/efl_canvas_object.eo