summaryrefslogtreecommitdiffstats
path: root/src/object/auto
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-10-17 21:55:45 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-10-17 21:55:45 +0200
commitf6e27099b294d55c15a6b5dad13cda7730a17a71 (patch)
tree2ce292b3fc476767bc4cd0040cea0fb83242146e /src/object/auto
parent9738631e5e49f6b8edc32b9128e0c5d52f7df44f (diff)
downloadcolobot-f6e27099b294d55c15a6b5dad13cda7730a17a71.tar.gz
colobot-f6e27099b294d55c15a6b5dad13cda7730a17a71.tar.bz2
colobot-f6e27099b294d55c15a6b5dad13cda7730a17a71.zip
Doxygen/comment fixes and some #include refactoring
Diffstat (limited to 'src/object/auto')
-rw-r--r--src/object/auto/auto.cpp4
-rw-r--r--src/object/auto/autobase.cpp2
-rw-r--r--src/object/auto/autoconvert.cpp2
-rw-r--r--src/object/auto/autodestroyer.cpp2
-rw-r--r--src/object/auto/autoegg.cpp2
-rw-r--r--src/object/auto/autoenergy.cpp2
-rw-r--r--src/object/auto/autoflag.cpp2
-rw-r--r--src/object/auto/autohuston.cpp2
-rw-r--r--src/object/auto/autoinfo.cpp2
-rw-r--r--src/object/auto/autokid.cpp2
-rw-r--r--src/object/auto/autolabo.cpp2
-rw-r--r--src/object/auto/automush.cpp2
-rw-r--r--src/object/auto/autonest.cpp2
-rw-r--r--src/object/auto/autonuclear.cpp2
-rw-r--r--src/object/auto/autopara.cpp2
-rw-r--r--src/object/auto/autoportico.cpp2
-rw-r--r--src/object/auto/autoradar.cpp2
-rw-r--r--src/object/auto/autorepair.cpp2
-rw-r--r--src/object/auto/autoresearch.cpp2
-rw-r--r--src/object/auto/autoroot.cpp2
-rw-r--r--src/object/auto/autosafe.cpp2
-rw-r--r--src/object/auto/autostation.cpp2
-rw-r--r--src/object/auto/autotower.cpp2
23 files changed, 24 insertions, 24 deletions
diff --git a/src/object/auto/auto.cpp b/src/object/auto/auto.cpp
index 711497d..4003193 100644
--- a/src/object/auto/auto.cpp
+++ b/src/object/auto/auto.cpp
@@ -352,7 +352,7 @@ void CAuto::UpdateInterface(float rTime)
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAuto::GetError()
{
@@ -421,7 +421,7 @@ bool CAuto::Write(char *line)
return false;
}
-// Geturn all settings to the controller.
+// Return all settings to the controller.
bool CAuto::Read(char *line)
{
diff --git a/src/object/auto/autobase.cpp b/src/object/auto/autobase.cpp
index d7b3ca1..8370517 100644
--- a/src/object/auto/autobase.cpp
+++ b/src/object/auto/autobase.cpp
@@ -1198,7 +1198,7 @@ bool CAutoBase::Abort()
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoBase::GetError()
{
diff --git a/src/object/auto/autoconvert.cpp b/src/object/auto/autoconvert.cpp
index ec4392b..a550697 100644
--- a/src/object/auto/autoconvert.cpp
+++ b/src/object/auto/autoconvert.cpp
@@ -285,7 +285,7 @@ bool CAutoConvert::EventProcess(const Event &event)
return true;
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoConvert::GetError()
{
diff --git a/src/object/auto/autodestroyer.cpp b/src/object/auto/autodestroyer.cpp
index 740f600..ecf7c94 100644
--- a/src/object/auto/autodestroyer.cpp
+++ b/src/object/auto/autodestroyer.cpp
@@ -316,7 +316,7 @@ bool CAutoDestroyer::SearchVehicle()
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoDestroyer::GetError()
{
diff --git a/src/object/auto/autoegg.cpp b/src/object/auto/autoegg.cpp
index 35a6add..5b90ef9 100644
--- a/src/object/auto/autoegg.cpp
+++ b/src/object/auto/autoegg.cpp
@@ -258,7 +258,7 @@ Error CAutoEgg::IsEnded()
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoEgg::GetError()
{
diff --git a/src/object/auto/autoenergy.cpp b/src/object/auto/autoenergy.cpp
index 18a21ab..c63dede 100644
--- a/src/object/auto/autoenergy.cpp
+++ b/src/object/auto/autoenergy.cpp
@@ -508,7 +508,7 @@ CObject* CAutoEnergy::SearchPower()
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoEnergy::GetError()
{
diff --git a/src/object/auto/autoflag.cpp b/src/object/auto/autoflag.cpp
index e88ee3a..c2dec5c 100644
--- a/src/object/auto/autoflag.cpp
+++ b/src/object/auto/autoflag.cpp
@@ -153,7 +153,7 @@ bool CAutoFlag::EventProcess(const Event &event)
}
-// Geturns an error due the state of the automation
+// Returns an error due the state of the automation
Error CAutoFlag::GetError()
{
diff --git a/src/object/auto/autohuston.cpp b/src/object/auto/autohuston.cpp
index 1e81a65..1b6778d 100644
--- a/src/object/auto/autohuston.cpp
+++ b/src/object/auto/autohuston.cpp
@@ -286,7 +286,7 @@ bool CAutoHuston::CreateInterface(bool bSelect)
}
-// Geturns an error due to state of the automation.
+// Returns an error due to state of the automation.
Error CAutoHuston::GetError()
{
diff --git a/src/object/auto/autoinfo.cpp b/src/object/auto/autoinfo.cpp
index 78cc249..1245034 100644
--- a/src/object/auto/autoinfo.cpp
+++ b/src/object/auto/autoinfo.cpp
@@ -339,7 +339,7 @@ bool CAutoInfo::EventProcess(const Event &event)
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoInfo::GetError()
{
diff --git a/src/object/auto/autokid.cpp b/src/object/auto/autokid.cpp
index 7004e6b..64cd39a 100644
--- a/src/object/auto/autokid.cpp
+++ b/src/object/auto/autokid.cpp
@@ -191,7 +191,7 @@ bool CAutoKid::EventProcess(const Event &event)
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoKid::GetError()
{
diff --git a/src/object/auto/autolabo.cpp b/src/object/auto/autolabo.cpp
index af780e0..70bcc5e 100644
--- a/src/object/auto/autolabo.cpp
+++ b/src/object/auto/autolabo.cpp
@@ -423,7 +423,7 @@ bool CAutoLabo::EventProcess(const Event &event)
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoLabo::GetError()
{
diff --git a/src/object/auto/automush.cpp b/src/object/auto/automush.cpp
index d7aa98e..cb94590 100644
--- a/src/object/auto/automush.cpp
+++ b/src/object/auto/automush.cpp
@@ -289,7 +289,7 @@ bool CAutoMush::SearchTarget()
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoMush::GetError()
{
diff --git a/src/object/auto/autonest.cpp b/src/object/auto/autonest.cpp
index 4a8132a..99927bd 100644
--- a/src/object/auto/autonest.cpp
+++ b/src/object/auto/autonest.cpp
@@ -219,7 +219,7 @@ CObject* CAutoNest::SearchFret()
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoNest::GetError()
{
diff --git a/src/object/auto/autonuclear.cpp b/src/object/auto/autonuclear.cpp
index bb20dde..375acf0 100644
--- a/src/object/auto/autonuclear.cpp
+++ b/src/object/auto/autonuclear.cpp
@@ -410,7 +410,7 @@ void CAutoNuclear::CreatePower()
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoNuclear::GetError()
{
diff --git a/src/object/auto/autopara.cpp b/src/object/auto/autopara.cpp
index b52344f..a3082f5 100644
--- a/src/object/auto/autopara.cpp
+++ b/src/object/auto/autopara.cpp
@@ -221,7 +221,7 @@ bool CAutoPara::CreateInterface(bool bSelect)
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoPara::GetError()
{
diff --git a/src/object/auto/autoportico.cpp b/src/object/auto/autoportico.cpp
index 9d04982..3b3bf84 100644
--- a/src/object/auto/autoportico.cpp
+++ b/src/object/auto/autoportico.cpp
@@ -385,7 +385,7 @@ bool CAutoPortico::Abort()
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoPortico::GetError()
{
diff --git a/src/object/auto/autoradar.cpp b/src/object/auto/autoradar.cpp
index b586521..4214d17 100644
--- a/src/object/auto/autoradar.cpp
+++ b/src/object/auto/autoradar.cpp
@@ -183,7 +183,7 @@ bool CAutoRadar::EventProcess(const Event &event)
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoRadar::GetError()
{
diff --git a/src/object/auto/autorepair.cpp b/src/object/auto/autorepair.cpp
index 4662699..cf4f33e 100644
--- a/src/object/auto/autorepair.cpp
+++ b/src/object/auto/autorepair.cpp
@@ -283,7 +283,7 @@ CObject* CAutoRepair::SearchVehicle()
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoRepair::GetError()
{
diff --git a/src/object/auto/autoresearch.cpp b/src/object/auto/autoresearch.cpp
index a3ce464..9f423ec 100644
--- a/src/object/auto/autoresearch.cpp
+++ b/src/object/auto/autoresearch.cpp
@@ -263,7 +263,7 @@ bool CAutoResearch::EventProcess(const Event &event)
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoResearch::GetError()
{
diff --git a/src/object/auto/autoroot.cpp b/src/object/auto/autoroot.cpp
index 4413d56..196ed5d 100644
--- a/src/object/auto/autoroot.cpp
+++ b/src/object/auto/autoroot.cpp
@@ -108,7 +108,7 @@ bool CAutoRoot::EventProcess(const Event &event)
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoRoot::GetError()
{
diff --git a/src/object/auto/autosafe.cpp b/src/object/auto/autosafe.cpp
index ea0c183..e89acea 100644
--- a/src/object/auto/autosafe.cpp
+++ b/src/object/auto/autosafe.cpp
@@ -334,7 +334,7 @@ bool CAutoSafe::CreateInterface(bool bSelect)
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoSafe::GetError()
{
diff --git a/src/object/auto/autostation.cpp b/src/object/auto/autostation.cpp
index 1dbcf26..e99ae4b 100644
--- a/src/object/auto/autostation.cpp
+++ b/src/object/auto/autostation.cpp
@@ -288,7 +288,7 @@ CObject* CAutoStation::SearchVehicle()
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoStation::GetError()
{
diff --git a/src/object/auto/autotower.cpp b/src/object/auto/autotower.cpp
index 7674794..84dcd85 100644
--- a/src/object/auto/autotower.cpp
+++ b/src/object/auto/autotower.cpp
@@ -313,7 +313,7 @@ CObject* CAutoTower::SearchTarget(Math::Vector &impact)
}
-// Geturns an error due the state of the automation.
+// Returns an error due the state of the automation.
Error CAutoTower::GetError()
{