diff options
author | Nay <dnpd.dd@gmail.com> | 2013-03-08 16:25:05 -0800 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2013-03-08 16:25:05 -0800 |
commit | 41c7f35a31b81cc58f8eda0a2e7b423c34413b52 (patch) | |
tree | de8bc0a77b2091b9823319e08b85566f9142b59c /src/server/shared/Common.h | |
parent | c7463c5f6cd3d882a960eff2cbd414f33ddf0b32 (diff) | |
parent | 49fd11ab5aebcbce86ca2ee48711287cf020d798 (diff) |
Merge pull request #9385 from thomas007788/Doxygen
First step of comment style refactoring to doxygen-style.
Diffstat (limited to 'src/server/shared/Common.h')
-rw-r--r-- | src/server/shared/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Common.h b/src/server/shared/Common.h index 44a7749334d..70ee32d2868 100644 --- a/src/server/shared/Common.h +++ b/src/server/shared/Common.h @@ -20,7 +20,7 @@ #define TRINITYCORE_COMMON_H // config.h needs to be included 1st -// TODO this thingy looks like hack, but its not, need to +/// @todo this thingy looks like hack, but its not, need to // make separate header however, because It makes mess here. #ifdef HAVE_CONFIG_H // Remove Some things that we will define |