summaryrefslogtreecommitdiffstats
path: root/python-ethtool/etherinfo_ipv6_obj.c
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2010-08-02 15:05:02 +0200
committerDavid Sommerseth <davids@redhat.com>2010-08-02 15:05:02 +0200
commit97dbf55152d82f0a39dc67adf79dfe365490e0a8 (patch)
treed218686a6ba16b1daac2f88f07ef228253d26447 /python-ethtool/etherinfo_ipv6_obj.c
parente978a1affe2e2b054d01395ec84ab965966df714 (diff)
downloadpython-ethtool-97dbf55152d82f0a39dc67adf79dfe365490e0a8.tar.gz
python-ethtool-97dbf55152d82f0a39dc67adf79dfe365490e0a8.tar.xz
python-ethtool-97dbf55152d82f0a39dc67adf79dfe365490e0a8.zip
Improved documentation in the code
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'python-ethtool/etherinfo_ipv6_obj.c')
-rw-r--r--python-ethtool/etherinfo_ipv6_obj.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/python-ethtool/etherinfo_ipv6_obj.c b/python-ethtool/etherinfo_ipv6_obj.c
index cec5248..b2ac4ba 100644
--- a/python-ethtool/etherinfo_ipv6_obj.c
+++ b/python-ethtool/etherinfo_ipv6_obj.c
@@ -16,7 +16,7 @@
/**
- * ethtool.etherinfo deallocator - cleans up when a object is deleted
+ * ethtool.etherinfo_ipv6addr deallocator - cleans up when a object is deleted
*
* @param self etherinfo_ipv6_py object structure
*/
@@ -30,7 +30,7 @@ void _ethtool_etherinfo_ipv6_dealloc(etherinfo_ipv6_py *self)
/**
- * ethtool.etherinfo function, creating a new etherinfo object
+ * ethtool.etherinfo_ipv6addr function, creating a new etherinfo object
*
* @param type
* @param args
@@ -48,7 +48,7 @@ PyObject *_ethtool_etherinfo_ipv6_new(PyTypeObject *type, PyObject *args, PyObje
/**
- * ethtool.etherinfo init (constructor) method. Makes sure the object is initialised correctly.
+ * ethtool.etherinfo_ipv6addr init (constructor) method. Makes sure the object is initialised correctly.
*
* @param self
* @param args
@@ -70,7 +70,7 @@ int _ethtool_etherinfo_ipv6_init(etherinfo_ipv6_py *self, PyObject *args, PyObje
}
/**
- * ethtool.etherinfo function for retrieving data from a Python object.
+ * ethtool.etherinfo_ipv6addr function for retrieving data from a Python object.
*
* @param self
* @param attr_o contains the object member request (which element to return)
@@ -104,7 +104,7 @@ PyObject *_ethtool_etherinfo_ipv6_getter(etherinfo_ipv6_py *self, PyObject *attr
/**
- * ethtool.etherinfo function for setting a value to a object member. This feature is
+ * ethtool.etherinfo_ipv6addr function for setting a value to a object member. This feature is
* disabled by always returning -1, as the values are read-only by the user.
*
* @param self