summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-06-28 20:54:05 +0000
committerrubidium <rubidium@openttd.org>2013-06-28 20:54:05 +0000
commit31af0a3397a08d004938f0f721adf13b6b8c390d (patch)
tree2dc3d38f4b49592a7178aab72ea8988950abef22
parent270257ab3423f513b79c7bf345f2f4deb48a1fe1 (diff)
downloadopenttd-31af0a3397a08d004938f0f721adf13b6b8c390d.tar.xz
(svn r25505) -Fix [FS#5563]: use proper doxygen style link to images
-rw-r--r--src/elrail.cpp4
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
*
*/