Issue |
140609
|
Summary |
[clang-doc] Template parameters for functions or records are not serialized in HTML output
|
Labels |
clang-doc
|
Assignees |
|
Reporter |
evelez7
|
```
template<class T> class Foo {
template<class Y> void Bar(T t) {
...
}
};
```
Clang-Doc does not output template parameters (`template<class ...>`) for either of the entities above in current HTML output. Also applies to global functions. They are serialized in YAML.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs