src/ai/api/ai_bridge.hpp
branchnoai
changeset 9873 b1ab23560ecb
parent 9870 875cae2f4696
child 10091 e4feb2f9fedf
--- a/src/ai/api/ai_bridge.hpp	Mon Apr 07 12:35:43 2008 +0000
+++ b/src/ai/api/ai_bridge.hpp	Mon Apr 07 12:43:46 2008 +0000
@@ -18,6 +18,9 @@
  */
 class AIBridge : public AIObject {
 public:
+	/**
+	 * All bridge related error messages.
+	 */
 	enum ErrorMessages {
 		/** Base for bridge related errors */
 		ERR_BRIDGE_BASE = AIError::ERR_CAT_BRIDGE << AIError::ERR_CAT_BIT_SIZE,