-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Closed
Labels
clang-docenhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing feature
Description
Is there a reason to output the Reference::Name
instead of Reference::QualName
?
llvm-project/clang-tools-extra/clang-doc/MDGenerator.cpp
Lines 166 to 167 in 08136d8
writeLine(genItalic(Access + " " + I.ReturnType.Type.Name + " " + I.Name + | |
"(" + Stream.str() + ")"), |
The generated doc is not clear without the template information.
For example, returning a tuple only displays "tuple" without its content types.
Metadata
Metadata
Assignees
Labels
clang-docenhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing feature