docs: ecore_con: be a bitmore verbose for the HTTP version description
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 20 Oct 2016 10:47:53 +0000 (12:47 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 20 Oct 2016 15:45:33 +0000 (17:45 +0200)
src/lib/ecore_con/efl_net_http_types.eot

index be70e7b..75b7071 100644 (file)
@@ -1,9 +1,11 @@
 import eina_types;
 
 enum Efl.Net.Http.Version {
-    v1_0 = 100, [[1.0]]
-    v1_1 = 101, [[1.1]]
-    v2_0 = 200, [[2.0]]
+    [[HTTP protocol versions]]
+
+    v1_0 = 100, [[HTTP version 1.0]]
+    v1_1 = 101, [[HTTP version 1.1]]
+    v2_0 = 200, [[HTTP version 2.0]]
 }
 
 enum Efl.Net.Http.Authentication_Method {