diff -r 261babeb7cc6 -r 897c71cbc967 RadonMetrics/CodeMetricsCalculator.py --- a/RadonMetrics/CodeMetricsCalculator.py Sat Dec 23 15:48:48 2023 +0100 +++ b/RadonMetrics/CodeMetricsCalculator.py Sat Dec 23 16:11:05 2023 +0100 @@ -15,7 +15,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 rawCodeMetrics @@ -24,7 +25,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 batchRawCodeMetrics