summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-07-10 18:37:54 +0000
committeralberth <alberth@openttd.org>2012-07-10 18:37:54 +0000
commit2ab7c82b312c4bb87c7e8c1eec6aa6a1a9b3595f (patch)
treeaa38cd351ee4ae8517b20399dbef3fdd34313ca8 /src/newgrf.cpp
parentad48f766f76ef0cdd7fd7eee8648bbfa3acc2461 (diff)
downloadopenttd-2ab7c82b312c4bb87c7e8c1eec6aa6a1a9b3595f.tar.xz
(svn r24395) -Doc: Fixed argument references in @param descriptions.
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index cdd68e11f..0b6d9715d 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -856,7 +856,7 @@ static uint32 TranslateRefitMask(uint32 refit_mask)
* See http://wiki.ttdpatch.net/tiki-index.php?page=BaseCosts
* @param base_pointer TTD(P) Base Price Pointer
* @param error_location Function name for grf error messages
- * @param index If #base_pointer is valid, #index is assigned to the matching price; else it is left unchanged
+ * @param[out] index If \a base_pointer is valid, \a index is assigned to the matching price; else it is left unchanged
*/
static void ConvertTTDBasePrice(uint32 base_pointer, const char *error_location, Price *index)
{