From ed4f806f1dcff2e10d2fdfb687e6bcebe9a81af3 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 1 Aug 2010 19:22:34 +0000 Subject: (svn r20283) -Codechange: Unify start of doygen comments. --- src/cargo_type.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/cargo_type.h') diff --git a/src/cargo_type.h b/src/cargo_type.h index 8d9a1a825..d2261c037 100644 --- a/src/cargo_type.h +++ b/src/cargo_type.h @@ -87,7 +87,8 @@ public: memset(this->amount, 0, sizeof(this->amount)); } - /** Read/write access to an amount of a specific cargo type. + /** + * Read/write access to an amount of a specific cargo type. * @param cargo Cargo type to access. */ FORCEINLINE uint &operator[](CargoID cargo) @@ -95,7 +96,8 @@ public: return this->amount[cargo]; } - /** Read-only access to an amount of a specific cargo type. + /** + * Read-only access to an amount of a specific cargo type. * @param cargo Cargo type to access. */ FORCEINLINE const uint &operator[](CargoID cargo) const -- cgit v1.2.3-54-g00ecf