diff options
author | rubidium <rubidium@openttd.org> | 2013-06-28 20:54:05 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-06-28 20:54:05 +0000 |
commit | 31af0a3397a08d004938f0f721adf13b6b8c390d (patch) | |
tree | 2dc3d38f4b49592a7178aab72ea8988950abef22 /src/elrail.cpp | |
parent | 270257ab3423f513b79c7bf345f2f4deb48a1fe1 (diff) | |
download | openttd-31af0a3397a08d004938f0f721adf13b6b8c390d.tar.xz |
(svn r25505) -Fix [FS#5563]: use proper doxygen style link to images
Diffstat (limited to 'src/elrail.cpp')
-rw-r--r-- | src/elrail.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elrail.cpp b/src/elrail.cpp index ee690b03b..80f095d80 100644 --- a/src/elrail.cpp +++ b/src/elrail.cpp @@ -49,8 +49,8 @@ * that are impossible (because the pylon would be situated on the track) and * some that are preferred (because the pylon would be rectangular to the track). * - * <img src="../../elrail_tile.png"> - * <img src="../../elrail_track.png"> + * @image html elrail_tile.png + * @image html elrail_track.png * */ |