(svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Eddi), and a typo fix.

This commit is contained in:
alberth
2009-12-13 21:12:36 +00:00
parent a8e9891f45
commit e0393a3de1
4 changed files with 6 additions and 6 deletions

View File

@@ -658,7 +658,7 @@ static void MoveToNextItem()
* @param ref2 Reference 2 to some object: Used for scrolling after clicking on the news, and for deleteing the news when the object is deleted.
* @param free_data Pointer to data that must be freed once the news message is cleared
*
* @see NewsSubype
* @see NewsSubtype
*/
void AddNewsItem(StringID string, NewsSubtype subtype, NewsReferenceType reftype1, uint32 ref1, NewsReferenceType reftype2, uint32 ref2, void *free_data)
{