(svn r9669) -Documentation: some more doxygen fixes

This commit is contained in:
belugas
2007-04-18 18:00:33 +00:00
parent 7789eef209
commit 4eb87ac62b
10 changed files with 380 additions and 324 deletions

View File

@@ -296,7 +296,9 @@ static void SetupNewGRFWindow(Window *w)
/** Callback function for the newgrf 'apply changes' confirmation window
* @param yes_clicked boolean value, true when yes was clicked, false otherwise */
* @param w Window which is calling this callback
* @param confirmed boolean value, true when yes was clicked, false otherwise
*/
static void NewGRFConfirmationCallback(Window *w, bool confirmed)
{
if (confirmed) {