mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
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:
parent
79ae055e50
commit
71deedee44
@ -45,8 +45,8 @@ class ThreadSnapshot {
|
||||
|
||||
//! \brief Returns the thread’s 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 thread’s suspend count.
|
||||
|
Loading…
x
Reference in New Issue
Block a user