summaryrefslogtreecommitdiff
path: root/src/helpers.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-04-17 20:23:13 +0000
committerbelugas <belugas@openttd.org>2007-04-17 20:23:13 +0000
commit607a55f4ec509649d3799df9dff54a28d074e693 (patch)
treeb4ba94aa4f1173fcc27e954fd5d4ed6561876881 /src/helpers.cpp
parentc39ab93daa5af53272b108a628ed2e857b95fb64 (diff)
downloadopenttd-607a55f4ec509649d3799df9dff54a28d074e693.tar.xz
(svn r9662) -Documentation: Doxygen corrections and @file omissions
Diffstat (limited to 'src/helpers.cpp')
-rw-r--r--src/helpers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helpers.cpp b/src/helpers.cpp
index c898003a6..4caf7927f 100644
--- a/src/helpers.cpp
+++ b/src/helpers.cpp
@@ -44,7 +44,7 @@ uint EngList_Count(const EngineList *el)
/** Add new item at the end of Engine List
* @param el list o which to add an engine
- * @param eif engine to add to the list
+ * @param eid engine to add to the list
*/
void EngList_Add(EngineList *el, EngineID eid)
{
@@ -81,7 +81,7 @@ void EngList_Sort(EngineList *el, EngList_SortTypeFunction compare)
* @param el list to be sorted
* @param compare function for evaluation of the quicksort
* @param begin start of sorting
- * @param count of items to be sorted
+ * @param num_items count of items to be sorted
*/
void EngList_SortPartial(EngineList *el, EngList_SortTypeFunction compare, uint begin, uint num_items)
{