compodoc icon indicating copy to clipboard operation
compodoc copied to clipboard

[FEATURE] Support of type params

Open Voo2 opened this issue 2 years ago • 3 comments

Overview of the feature

In our project, generic classes occur very frequently. Therefore it would be important that there is a way to label the type parameters, e.g. with @typeparam.

Motivation for or Use Case

This is an example how it could be solved:

        /**
	 * Any method for test purposes
	 * @param id Any ID
	 * @typeparam T This type I want to descripe
	 * @typeparam U This type I also want to descripe
	 */
	setSomething<T, U>(id: string): void {
		// do it
	}
Related issues

A similar issue but closed is this: https://github.com/compodoc/compodoc/issues/692

Voo2 avatar May 23 '22 15:05 Voo2

or is there any way how I can solve it by myself?

Voo2 avatar May 29 '22 19:05 Voo2

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 31 '22 04:07 stale[bot]

written something so that it is not closed automatically.

Voo2 avatar Aug 16 '22 12:08 Voo2

This issue has been automatically closed because it has not had recent activity. Please file a new issue if you are encountering a similar or related problem. Thank you for your contributions.

stale[bot] avatar Nov 13 '22 05:11 stale[bot]

is there a chance to get this in a future release?

Voo2 avatar Nov 24 '22 09:11 Voo2