We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ac286 commit cc46db7Copy full SHA for cc46db7
templates/android/library/src/main/java/io/package/services/Service.kt.twig
@@ -29,7 +29,7 @@ class {{ service.name | caseUcfirst }}(client: Client) : Service(client) {
29
30
{% for method in service.methods %}
31
/**
32
- * {{ method.description | replace({"\n": "\n * "}) | raw }}
+ * {{ method.description | replace({"\n": "\n * "}) | raw }}
33
*
34
{%~ for parameter in method.parameters.all %}
35
* @param {{ parameter.name | caseCamel }} {{ parameter.description | raw }}
0 commit comments