(svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter. (sulai)

This commit is contained in:
2006-03-09 20:37:51 +00:00
parent 78a7b15ce0
commit 9c7f09322e
9 changed files with 38 additions and 38 deletions

View File

@@ -80,9 +80,9 @@ typedef struct Order {
uint8 flags;
uint16 station;
struct Order *next; //! Pointer to next order. If NULL, end of list
struct Order *next; ///< Pointer to next order. If NULL, end of list
uint16 index; //! Index of the order, is not saved or anything, just for reference
uint16 index; ///< Index of the order, is not saved or anything, just for reference
} Order;
#define MAX_BACKUP_ORDER_COUNT 40