mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-17 08:33:54 +00: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.
|
//! \brief Returns the thread’s identifier.
|
||||||
//!
|
//!
|
||||||
//! Thread identifiers are at least unique within a process, and may be unique
|
//! %Thread identifiers are at least unique within a process, and may be
|
||||||
//! system-wide.
|
//! unique system-wide.
|
||||||
virtual uint64_t ThreadID() const = 0;
|
virtual uint64_t ThreadID() const = 0;
|
||||||
|
|
||||||
//! \brief Returns the thread’s suspend count.
|
//! \brief Returns the thread’s suspend count.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user