Add the requested changes

Signed-off-by: Saksham Sharma <sakshamsharma630@gmail.com>
This commit is contained in:
Saksham Sharma
2022-02-22 15:45:36 +05:30
parent 5c58400dfe
commit 3791961a4a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ We use [API Extractor](https://api-extractor.com/pages/overview/demo_docs/) to g
The doc comments are of the good old `/** ... */` format, with tags of the format `@<tag>` used to mark various things. The [TSDoc website](https://tsdoc.org/) has a good index of all available tags.
There are a few things to pay attention to to make the documentation show up in a nice way on the website...
There are a few things to pay attention to, in order to make the documentation show up in a nice way on the website...
## Declare exported functions using the `function` keyword