From fca58232381453f503ed9d92b40fd65c3c57bdb6 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 9 Mar 2006 20:37:51 +0000 Subject: (svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter. (sulai) --- oldloader.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'oldloader.c') diff --git a/oldloader.c b/oldloader.c index 76fb79de9..b786f321c 100644 --- a/oldloader.c +++ b/oldloader.c @@ -44,12 +44,12 @@ typedef struct LoadgameState { typedef bool OldChunkProc(LoadgameState *ls, int num); typedef struct OldChunks { - uint32 type; //! Type of field - uint32 amount; //! Amount of fields + uint32 type; ///< Type of field + uint32 amount; ///< Amount of fields - void *ptr; //! Pointer where to save the data (may only be set if offset is 0) - uint offset; //! Offset from basepointer (may only be set if ptr is NULL) - OldChunkProc *proc; //! Pointer to function that is called with OC_CHUNK + void *ptr; ///< Pointer where to save the data (may only be set if offset is 0) + uint offset; ///< Offset from basepointer (may only be set if ptr is NULL) + OldChunkProc *proc; ///< Pointer to function that is called with OC_CHUNK } OldChunks; /* OldChunk-Type */ -- cgit v1.2.3-54-g00ecf