From a5d39e752c5564edea0fc8cf13c31c5153c368a8 Mon Sep 17 00:00:00 2001 From: jbondpdx Date: Fri, 19 Jan 2018 14:20:09 -0800 Subject: [PATCH] (PDOC-196) further disambiguaion --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b448f30..1d5a294 100644 --- a/README.md +++ b/README.md @@ -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.