From 4bd32799f13480763bfb58db82bb98d1500753ae Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 1 Aug 2010 19:44:49 +0000 Subject: (svn r20286) -Codechange: Unify end of doxygen comments. --- src/newgrf_config.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/newgrf_config.cpp') diff --git a/src/newgrf_config.cpp b/src/newgrf_config.cpp index ef50327a9..fcd1a75bc 100644 --- a/src/newgrf_config.cpp +++ b/src/newgrf_config.cpp @@ -323,7 +323,8 @@ void ClearGRFConfigList(GRFConfig **config) * @param dst pointer to destination list * @param src pointer to source list values * @param init_only the copied GRF will be processed up to GLS_INIT - * @return pointer to the last value added to the destination list */ + * @return pointer to the last value added to the destination list + */ GRFConfig **CopyGRFConfigList(GRFConfig **dst, const GRFConfig *src, bool init_only) { /* Clear destination as it will be overwritten */ @@ -388,7 +389,8 @@ void AppendStaticGRFConfigs(GRFConfig **dst) /** * Appends an element to a list of GRFs * @param dst the head of the list to add to - * @param el the new tail to be */ + * @param el the new tail to be + */ void AppendToGRFConfigList(GRFConfig **dst, GRFConfig *el) { GRFConfig **tail = dst; @@ -416,7 +418,8 @@ void ResetGRFConfig(bool defaults) *
  • GLC_COMPATIBLE: For one or more GRF's no exact match was found, but a * compatible GRF with the same grfid was found and used instead *
  • GLC_NOT_FOUND: For one or more GRF's no match was found at all - * */ + * + */ GRFListCompatibility IsGoodGRFConfigList(GRFConfig *grfconfig) { GRFListCompatibility res = GLC_ALL_GOOD; -- cgit v1.2.3-54-g00ecf