In trace sources list documentation, make the trace path stand out better, as it is extremely important but previously easy to miss.
This commit is contained in:
@@ -53,7 +53,7 @@ PrintDoxygenText (const TraceResolver::SourceCollection *sources, std::ostream &
|
||||
}
|
||||
os << "///" << std::endl;
|
||||
os << "///" << std::endl;
|
||||
os << "/// The path to this trace source is: " << i->path << "." << std::endl;
|
||||
os << "/// The path to this trace source is: <b><tt>\"" << i->path << "\"</tt></b>." << std::endl;
|
||||
os << "///" << std::endl;
|
||||
if (i->context.Begin ().IsLast ())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user