diff options
author | Oz Linden <oz@lindenlab.com> | 2011-11-23 09:50:52 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-11-23 09:50:52 -0500 |
commit | 0b031abe5a9b2f07595a2ee742b7f2c8d0b9a7d5 (patch) | |
tree | cbf540d41cebb4f6d7c01443098b1427a4f35f4e | |
parent | 1b6a29af871927b72388b98fb2c45a5d7b34132d (diff) |
fix doxygen comment; no functional change
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index 56dfb61c4f..be2c23ec8b 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -418,6 +418,7 @@ private: * is required to distribute data and perform global actions. * In pseudo-UML, it looks like: * + * @verbatim * Main Thread1 * . . * . . @@ -460,7 +461,6 @@ private: * . . * . . * - * * Key: * * SRE - Set Region Enqueued. Enqueue a 'Set Region' command in @@ -485,6 +485,7 @@ private: * global pointers used to find the 'current stats'. * RSC - Read Stats Collector. Extract collector data cloning it * (i.e. deep copy) when necessary. + * @endverbatim * */ class LLTextureFetch::TFRequest // : public LLQueuedThread::QueuedRequest |