doxygen: Prevent the word Thread with a capital T from automatically

linking to test::Thread.

I noticed in the doxygen diffs that the documentation for
test::TestThreadSnapshot::ThreadID() grew a link now that we have
test::Thread.

R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/1027923002
This commit is contained in:
Mark Mentovai 2015-03-20 19:18:00 -04:00
parent 79ae055e50
commit 71deedee44

View File

@ -45,8 +45,8 @@ class ThreadSnapshot {
//! \brief Returns the threads identifier.
//!
//! Thread identifiers are at least unique within a process, and may be unique
//! system-wide.
//! %Thread identifiers are at least unique within a process, and may be
//! unique system-wide.
virtual uint64_t ThreadID() const = 0;
//! \brief Returns the threads suspend count.