mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Add deprecation to docs
This commit is contained in:
parent
d13e6983b5
commit
2f1b420c0c
1 changed files with 6 additions and 0 deletions
|
|
@ -68,9 +68,15 @@ docfiles.forEach(function(doc)
|
|||
?><?= "## `" + comment.name + "`\n" ?><?
|
||||
}
|
||||
}
|
||||
|
||||
if(comment.deprecated)
|
||||
{
|
||||
?><?= "\n\n**Deprecated - Might be removed in a later release.**\n\n" ?><?
|
||||
}
|
||||
|
||||
?><?= comment.description + "\n" ?><?
|
||||
|
||||
|
||||
if(comment.paramTags.length)
|
||||
{
|
||||
?><?= "**Parameters:**\n\n" ?><?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue