forked from mirror/OpenTTD
Doc: Lots and lots of doxymentation fixes
This commit is contained in:
@@ -494,7 +494,7 @@ struct NewsWindow : Window {
|
||||
|
||||
private:
|
||||
/**
|
||||
* Moves the window so #newtop is new 'top' coordinate. Makes screen dirty where needed.
|
||||
* Moves the window to a new #top coordinate. Makes screen dirty where needed.
|
||||
* @param newtop new top coordinate
|
||||
*/
|
||||
void SetWindowTop(int newtop)
|
||||
@@ -962,7 +962,6 @@ void ShowLastNewsMessage()
|
||||
* @param y position of the string
|
||||
* @param colour the colour the string will be shown in
|
||||
* @param *ni NewsItem being printed
|
||||
* @param maxw maximum width of string in pixels
|
||||
*/
|
||||
static void DrawNewsString(uint left, uint right, int y, TextColour colour, const NewsItem *ni)
|
||||
{
|
||||
|
Reference in New Issue
Block a user