Skip to content

Commit

Permalink
Add @see and @sa Doxygen Tags with the "See Also:" label. (#12415)
Browse files Browse the repository at this point in the history
* Add sa and see doxygen tags with the "See Also" label.

* remove redundant label

* Fix "See also" label
  • Loading branch information
browntarik authored Jun 26, 2024
1 parent 3933174 commit 2d22b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1577,6 +1577,8 @@
"result",
"returns",
"retval",
"sa",
"see",
"since",
"tparam",
"test",
Expand Down
1 change: 1 addition & 0 deletions Extension/src/nativeStrings.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
"text": "Returns:",
"hint": "This label is for the return value description for a function. Usage example: 'Returns: Area of a shape.'"
},
"sa_label": "See also:",
"since_label": "Since:",
"template_parameters_label": "Template Parameters:",
"test_label": "Test:",
Expand Down

0 comments on commit 2d22b14

Please sign in to comment.