stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fcd131e1229dea7c6875e14439459fcc636bd0f6
commit fcd131e1229dea7c6875e14439459fcc636bd0f6 Author: Stefan Schmidt <ste...@osg.samsung.com> Date: Mon Dec 12 09:33:47 2016 +0100 docs: ecore_con: fill gaps in newly added efl_net_ip_address documentation --- src/lib/ecore_con/efl_net_ip_address.eo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/ecore_con/efl_net_ip_address.eo b/src/lib/ecore_con/efl_net_ip_address.eo index 9398c29..d43cd69 100644 --- a/src/lib/ecore_con/efl_net_ip_address.eo +++ b/src/lib/ecore_con/efl_net_ip_address.eo @@ -128,7 +128,7 @@ class Efl.Net.Ip.Address (Efl.Object) { ]] get { } values { - str: string @nonull; + str: string @nonull; [[Numeric address as string]] } } @@ -162,7 +162,7 @@ class Efl.Net.Ip.Address (Efl.Object) { Must be set after @.family. ]] values { - address: const(ptr(Eina.Slice)) @nonull; + address: const(ptr(Eina.Slice)) @nonull; [[Address]] } } @@ -172,7 +172,7 @@ class Efl.Net.Ip.Address (Efl.Object) { May only be set once, afterwards the object is not changing. ]] values { - sockaddr: const(void_ptr) @nonull; + sockaddr: const(void_ptr) @nonull; [[Sockaddr struct]] } } --