From 1234dd5940a494dd2660c837378c76f20ffb4065 Mon Sep 17 00:00:00 2001 From: Vladimir Avchenov Date: Wed, 10 Apr 2024 17:50:23 +0300 Subject: [PATCH] Example for @tag.x- attributes for tags (#1784) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 054e36ec6..6eb88561f 100644 --- a/README.md +++ b/README.md @@ -417,6 +417,7 @@ When a short string in your documentation is insufficient, or you need images, c | description.markdown | A short description of the application. Parsed from the api.md file. This is an alternative to @description |// @description.markdown No value needed, this parses the description from api.md | | tag.name | Name of a tag.| // @tag.name This is the name of the tag | | tag.description.markdown | Description of the tag this is an alternative to tag.description. The description will be read from a file named like tagname.md | // @tag.description.markdown | +| tag.x-name | The extension key, must be start by x- and take only string value | // @x-example-key value | ## API Operation