-
-
Notifications
You must be signed in to change notification settings - Fork 418
Closed
Labels
Milestone
Description
Overview of the issue
It would be useful to allow mapping arbitrary strings to tags to extract specific details out of a codebase over and above the basic tags supported for JSDocs comments (@param etc.). This could be extracted to the component/element the comment is attached to OR extracted to a separate custom page holding all these elements (think of the standard //TODO comment in an IDE that can be found and used as a guide...)
Motivation for or Use Case
We have a requirement to embed 'business logic' comments to the code. Having this extracted at compodoc run would allow the development team to see the business logic cases at a glance. Other scenarios could be forthcoming as other users see fit.
benjamincharity, abdel-ships-it, TekTimmy, Airblader and ahnpnl