diff --git a/src/engine_gui.cpp b/src/engine_gui.cpp --- a/src/engine_gui.cpp +++ b/src/engine_gui.cpp @@ -24,7 +24,8 @@ #include "table/strings.h" -/** Return the category of an engine. +/** + * Return the category of an engine. * @param engine Engine to examine. * @return String describing the category ("road veh", "train". "airplane", or "ship") of the engine. */ @@ -292,7 +293,8 @@ void DrawVehicleEngine(int left, int rig } } -/** Sort all items using quick sort and given 'CompareItems' function +/** + * Sort all items using quick sort and given 'CompareItems' function * @param el list to be sorted * @param compare function for evaluation of the quicksort */ @@ -305,7 +307,8 @@ void EngList_Sort(GUIEngineList *el, Eng QSortT(el->Begin(), size, compare); } -/** Sort selected range of items (on indices @ ) +/** + * Sort selected range of items (on indices @ ) * @param el list to be sorted * @param compare function for evaluation of the quicksort * @param begin start of sorting