diff options
author | smatz <smatz@openttd.org> | 2012-01-01 17:36:19 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2012-01-01 17:36:19 +0000 |
commit | bcd3f2bb590ee7f8e63482a0336b5a1ef068402e (patch) | |
tree | cc75f3cf9f14795d135734552ff61cd62deaa4de /src/table | |
parent | a90b767995850d69d687aad1c7bdebed073b9295 (diff) | |
download | openttd-bcd3f2bb590ee7f8e63482a0336b5a1ef068402e.tar.xz |
(svn r23706) -Codechange: prevent 'unknown command' doxygen errors
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index 39012f1ac..4953070b3 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -13,7 +13,7 @@ * the sprite numbers and a bunch of masks and macros to handle sprites and to get * rid of all the magic numbers in the code. * - * @NOTE: + * @note * ALL SPRITE NUMBERS BELOW 5126 are in the main files * * All elements which consist of two elements should |