--- a/RadonMetrics/MaintainabilityIndexCalculator.py Sat Dec 23 15:48:48 2023 +0100 +++ b/RadonMetrics/MaintainabilityIndexCalculator.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 maintainabilityIndex @@ -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 batchMaintainabilityIndex