VultureChecker/VultureCheckerService.py

branch
eric7
changeset 107
2409ad7298d6
parent 106
d3ef69537ed1
child 123
f515f0152188
--- a/VultureChecker/VultureCheckerService.py	Sat Dec 23 15:48:46 2023 +0100
+++ b/VultureChecker/VultureCheckerService.py	Sat Dec 23 16:08:42 2023 +0100
@@ -17,7 +17,8 @@
     """
     Initialize the service and return the entry point.
 
-    @return the entry point for the background client (function)
+    @return the entry point for the background client
+    @rtype function
     """
     return vultureCheck
 
@@ -26,7 +27,8 @@
     """
     Initialize the batch service and return the entry point.
 
-    @return the entry point for the background client (function)
+    @return the entry point for the background client
+    @rtype function
     """
     return batchVultureCheck
 

eric ide

mercurial