Added required parameter to document DOC-string to produce Documentation. (#65230)

* Added required parameter to document DOC-string to produce Documentation.

Signed-off-by: Satyajit Bulage <sbulage@redhat.com>

* Just copy short_description as it was
This commit is contained in:
Satyajit Bulage 2019-12-05 01:53:45 +05:30 committed by Jordan Borean
parent c04fc52aad
commit 770430fd07
3 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ DOCUMENTATION = r'''
---
module: template
version_added: historical
short_description: Template a file out to a remote server
options:
follow:
description:

View file

@ -13,6 +13,7 @@ DOCUMENTATION = r'''
---
module: win_template
version_added: "1.9.2"
short_description: Template a file out to a remote server
options:
backup:
description:

View file

@ -11,7 +11,6 @@ class ModuleDocFragment(object):
# Standard template documentation fragment, use by template and win_template.
DOCUMENTATION = r'''
short_description: Template a file out to a remote server
description:
- Templates are processed by the L(Jinja2 templating language,http://jinja.pocoo.org/docs/).
- Documentation on the template formatting can be found in the