Split description field into short and long descriptions
This commit is contained in:
parent
feb5d7df4d
commit
786c0dc471
|
@ -22,6 +22,7 @@ Depends: ruby | ruby-interpreter,
|
||||||
yard,
|
yard,
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: Puppet Strings generates documentation for Puppet code and
|
Description: Tool to generate documentation from Puppet code and extensions
|
||||||
extensions written in Puppet and Ruby. Strings processes code and YARD-style
|
Puppet Strings generates documentation for Puppet code and extensions written
|
||||||
code comments to create documentation in HTML, Markdown, or JSON formats.
|
in Puppet and Ruby. Strings processes code and YARD-style code comments to
|
||||||
|
create documentation in HTML, Markdown, or JSON formats.
|
||||||
|
|
Loading…
Reference in New Issue