Skip to content
Snippets Groups Projects
Commit 8beddceb authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix docstring of sfg.method

parent c3323e19
1 merge request!21Composer API Extensions and How-To Guide
Pipeline #74398 passed with stages
in 1 minute and 36 seconds
......@@ -251,9 +251,6 @@ class SfgClassComposer(SfgComposerMixIn):
Args:
name: The method name
returns: The method's return type
inline: Whether or not the method should be defined in-line.
const: Whether or not the method is const-qualified.
"""
return SfgMethodSequencer(self._cursor, name)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment