summaryrefslogtreecommitdiff
path: root/src/script/api/script_tunnel.hpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-11-29 23:27:34 +0000
committertruebrain <truebrain@openttd.org>2011-11-29 23:27:34 +0000
commit549e072041b06d72f7c832f94e609222045ccd13 (patch)
treede1d37df2f321be2d3612242f8648209f904c82e /src/script/api/script_tunnel.hpp
parent4d91f645c15bb3128adf969afcf7f15bd0f14fa0 (diff)
downloadopenttd-549e072041b06d72f7c832f94e609222045ccd13.tar.xz
(svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API
Diffstat (limited to 'src/script/api/script_tunnel.hpp')
-rw-r--r--src/script/api/script_tunnel.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/script_tunnel.hpp b/src/script/api/script_tunnel.hpp
index 5ca9ee8b3..80f69d69c 100644
--- a/src/script/api/script_tunnel.hpp
+++ b/src/script/api/script_tunnel.hpp
@@ -63,17 +63,17 @@ public:
*/
static TileIndex GetOtherTunnelEnd(TileIndex tile);
-#ifndef DOXYGEN_AI_DOCS
/**
* Internal function to help BuildTunnel in case of road.
+ * @api -all
*/
static bool _BuildTunnelRoad1();
/**
* Internal function to help BuildTunnel in case of road.
+ * @api -all
*/
static bool _BuildTunnelRoad2();
-#endif /* DOXYGEN_AI_DOCS */
/**
* Builds a tunnel starting at start. The direction of the tunnel depends