Better type alias template definition output
Open
- Dominant language
- C++
- Stars
- 340
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
For example, the docs do a poor job with `foo_alias`, below:
```c++
template
struct foo {};
template
using foo_alias = foo;
```
Contributor guide
Assessment
This issue has not been assessed yet.