Skip to content

Commit

Permalink
docs: --noemoji
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Dec 5, 2024
1 parent b6e96c8 commit 952f9b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ To generate links to the documented source code, you can also provide the `--rep

This library generates Markdown documentation from TypeScript source code for `Functions`, `Constants` and `Classes`. Documentation for `Interfaces` and `Types` is not generated by default. To opt-in for types use the parameter `--types`.

You can also opt-out of generating titles with emojis by using the option `--noemoji`.

Using above script is of course optional. You can also develop your own JavaScript script and use one of the functions here under.

e.g.
Expand Down

0 comments on commit 952f9b1

Please sign in to comment.