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:
Gustavo J. A. M. Carneiro
2007-10-02 11:51:45 +01:00
parent f970ede20b
commit cd21a5ed8a

View File

@@ -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 ())
{