diff --git a/aio/tools/transforms/templates/api/decorator.template.html b/aio/tools/transforms/templates/api/decorator.template.html index 4212a37166..7c24766dd6 100644 --- a/aio/tools/transforms/templates/api/decorator.template.html +++ b/aio/tools/transforms/templates/api/decorator.template.html @@ -12,12 +12,16 @@ {% for option in doc.members %}
-
-
- {$ option.name $}- {$ github.githubLinks(option, versionInfo) $} - |
---|
+
+
+ {$ option.name $}+ {$ github.githubLinks(option, versionInfo) $} + |
+
@@ -26,8 +30,9 @@ |
- |
{$ option.name $}
+ {$ option.name $}{%- if option.isOptional %}?{% endif -%}