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:
parent
c04fc52aad
commit
770430fd07
3 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ DOCUMENTATION = r'''
|
|||
---
|
||||
module: template
|
||||
version_added: historical
|
||||
short_description: Template a file out to a remote server
|
||||
options:
|
||||
follow:
|
||||
description:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue