(svn r23706) -Codechange: prevent 'unknown command' doxygen errors

This commit is contained in:
smatz
2012-01-01 17:36:19 +00:00
parent a90b767995
commit bcd3f2bb59
7 changed files with 9 additions and 9 deletions

View File

@@ -1847,7 +1847,7 @@ private:
* @param left Left-most coordinate to draw.
* @param right Right-most coordinate to draw.
* @param top Top coordinate of the cargo connection.
* @csp Cargo to draw.
* @param csp Cargo to draw.
*/
static void DrawHorConnection(int left, int right, int top, const CargoSpec *csp)
{