diff options
author | Graham Linden <graham@lindenlab.com> | 2019-08-30 14:02:25 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-08-30 14:02:25 -0700 |
commit | bfcecee33d01c67141dfbb5d70c7a744ca0f47b5 (patch) | |
tree | 8bdc9a3f239010136aca4ff33ce15337bd6b94ba /indra | |
parent | cccb63e8240e18e04f7454475481803a52fd6209 (diff) |
Fix names on sentinels to get doxygen to shaddap.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llrender/llglcommonfunc.h | 2 | ||||
-rw-r--r-- | indra/llrender/llgltexture.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llglcommonfunc.h b/indra/llrender/llglcommonfunc.h index f1f8ff7bc4..e6d3755755 100644 --- a/indra/llrender/llglcommonfunc.h +++ b/indra/llrender/llglcommonfunc.h @@ -1,5 +1,5 @@ /** -* @file llphoenixfunc.h +* @file llglcommonfunc.h * @brief File include common opengl code snippets * * $LicenseInfo:firstyear=2003&license=viewerlgpl$ diff --git a/indra/llrender/llgltexture.h b/indra/llrender/llgltexture.h index bdaed05591..071912c2c2 100644 --- a/indra/llrender/llgltexture.h +++ b/indra/llrender/llgltexture.h @@ -1,5 +1,5 @@ /** - * @file llglviewertexture.h + * @file llgltexture.h * @brief Object for managing opengl textures * * $LicenseInfo:firstyear=2012&license=viewerlgpl$ |