From 978d7da81883c775c45b1bac64ce8b73f58d6d2f Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 1 Mar 2007 01:24:44 +0000 Subject: (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. --- src/heightmap.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/heightmap.cpp') diff --git a/src/heightmap.cpp b/src/heightmap.cpp index 0e80ca2b9..6fb0bfe4c 100644 --- a/src/heightmap.cpp +++ b/src/heightmap.cpp @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file heightmap.cpp */ + #include "stdafx.h" #include "openttd.h" #include "variables.h" @@ -226,7 +228,7 @@ static bool ReadHeightmapBMP(char *filename, uint *x, uint *y, byte **map) BmpData data; BmpBuffer buffer; - // Init BmpData + /* Init BmpData */ memset(&data, 0, sizeof(data)); f = fopen(filename, "rb"); -- cgit v1.2.3-54-g00ecf