From 549e072041b06d72f7c832f94e609222045ccd13 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 29 Nov 2011 23:27:34 +0000 Subject: (svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API --- src/script/api/script_tunnel.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/script/api/script_tunnel.hpp') 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 -- cgit v1.2.3-54-g00ecf