From 4aa6db74500042d653fc4528fc763dfca4ee1b2e Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Wed, 31 Oct 2018 15:05:30 +0800 Subject: [PATCH] @summary is missing --- content/en/plugins-markdown.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/plugins-markdown.md b/content/en/plugins-markdown.md index b0f26a47..cc5c6fae 100644 --- a/content/en/plugins-markdown.md +++ b/content/en/plugins-markdown.md @@ -24,6 +24,7 @@ comment) + [`@property`][property-tag] + [`@returns`][returns-tag] + [`@see`][see-tag] ++ [`@summary`][summary-tag] + [`@throws`][throws-tag] [additional-tags]: #additional-tags @@ -35,6 +36,7 @@ comment) [property-tag]: tags-property.html [returns-tag]: tags-returns.html [see-tag]: tags-see.html +[summary-tag]: tags-summary.html [throws-tag]: tags-throws.html