浏览代码

kamailio-kemi-framework: added doc files for a few htable functions

Daniel-Constantin Mierla 5 年之前
父节点
当前提交
06153c66c9

+ 1 - 0
kamailio-kemi-framework/docs/modules/htable/htable.header.md

@@ -0,0 +1 @@
+Functions exported by `htable` module.

+ 3 - 0
kamailio-kemi-framework/docs/modules/htable/htable.sht_dec.md

@@ -0,0 +1,3 @@
+Do atomic decrement to the item value. It returns the new value or `-255`
+if the hash table does not exist, or the item does not exist or the item value
+is not integer.

+ 3 - 0
kamailio-kemi-framework/docs/modules/htable/htable.sht_inc.md

@@ -0,0 +1,3 @@
+Do atomic increment to the item value. It returns the new value or `-255`
+if the hash table does not exist, or the item does not exist or the item value
+is not integer.