(PDOC-196) further disambiguaion

This commit is contained in:
jbondpdx 2018-01-19 14:20:09 -08:00
parent bd96a46620
commit a5d39e752c
1 changed files with 0 additions and 2 deletions

View File

@ -401,8 +401,6 @@ function example(string $name) {
### Available Strings tags
The most commonly used tags for Strings are:
* `@example`: Shows an example snippet of code for an object. The first line is an optional title. See above for more about how to [include examples in documentation](#including-examples-in-documentation).
* `@param`: Documents a parameter with a given name, type and optional description.
* `@!puppet.type.param`: Documents dynamic type parameters. See [Documenting resource types and providers](#documenting-resource-types-and-providers) above.