Allow custom natspec tags.

This commit is contained in:
chriseth
2021-03-02 16:13:28 +01:00
parent 2a25d04896
commit 5690020d88
6 changed files with 99 additions and 13 deletions
+3
View File
@@ -57,6 +57,9 @@ private:
/// @returns concatenation of all content under the given tag name.
static std::string extractDoc(std::multimap<std::string, DocTag> const& _tags, std::string const& _name);
/// Extract all custom tags from @a _tags.
static Json::Value extractCustomDoc(std::multimap<std::string, DocTag> const& _tags);
/// Helper-function that will create a json object with dev specific annotations, if present.
/// @param _tags docTags that are used.
/// @return A JSON representation