(svn r20286) -Codechange: Unify end of doxygen comments.
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
* @param parameter unused
|
||||
* @param available will return false if ever the variable asked for does not exist
|
||||
* @param t is of course the town we are inquiring
|
||||
* @return the value stored in the corresponding variable*/
|
||||
* @return the value stored in the corresponding variable
|
||||
*/
|
||||
uint32 TownGetVariable(byte variable, byte parameter, bool *available, const Town *t)
|
||||
{
|
||||
switch (variable) {
|
||||
|
Reference in New Issue
Block a user