diff options
author | alberth <alberth@openttd.org> | 2012-01-01 17:22:32 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2012-01-01 17:22:32 +0000 |
commit | 4af8c2d5e17fe04d0e352977993fced13e08b787 (patch) | |
tree | af38f024a38bf020a217ee4849f72877541399c7 /src/window_func.h | |
parent | da460f6928851dee007fab7637c75a242398370c (diff) | |
download | openttd-4af8c2d5e17fe04d0e352977993fced13e08b787.tar.xz |
(svn r23704) -Doc: Doxygen comment fixes and additions.
Diffstat (limited to 'src/window_func.h')
-rw-r--r-- | src/window_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_func.h b/src/window_func.h index 604cb1d98..d430c0ccd 100644 --- a/src/window_func.h +++ b/src/window_func.h @@ -7,7 +7,7 @@ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>. */ -/** @file window_func.h Window functions not directly related to making/drawing windows. */ +/** @file window_func.h %Window functions not directly related to making/drawing windows. */ #ifndef WINDOW_FUNC_H #define WINDOW_FUNC_H |