159 return generateSphinxDoc(functionInfo) |
159 return generateSphinxDoc(functionInfo) |
160 else: |
160 else: |
161 return [] |
161 return [] |
162 |
162 |
163 |
163 |
164 class FunctionInfo(object): |
164 class FunctionInfo: |
165 """ |
165 """ |
166 Class implementing an object to store function information. |
166 Class implementing an object to store function information. |
167 |
167 |
168 Methods to extract the relevant information need to be implemented in |
168 Methods to extract the relevant information need to be implemented in |
169 language specific subclasses. |
169 language specific subclasses. |