(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.

This commit is contained in:
alberth
2010-07-31 21:02:56 +00:00
parent adf94b8529
commit a825b4fa5f
35 changed files with 70 additions and 71 deletions

View File

@@ -870,7 +870,7 @@ static void UpdateIndustryProduction(Industry *i)
}
}
/** Widget definition of the view industy gui */
/** Widget definition of the view industry gui */
static const NWidgetPart _nested_industry_view_widgets[] = {
NWidget(NWID_HORIZONTAL),
NWidget(WWT_CLOSEBOX, COLOUR_CREAM),
@@ -893,7 +893,7 @@ static const NWidgetPart _nested_industry_view_widgets[] = {
EndContainer(),
};
/** Window definition of the view industy gui */
/** Window definition of the view industry gui */
static const WindowDesc _industry_view_desc(
WDP_AUTO, 260, 120,
WC_INDUSTRY_VIEW, WC_NONE,
@@ -914,7 +914,7 @@ enum IndustryDirectoryWidgets {
IDW_SCROLLBAR,
};
/** Widget definition of the industy directory gui */
/** Widget definition of the industry directory gui */
static const NWidgetPart _nested_industry_directory_widgets[] = {
NWidget(NWID_HORIZONTAL),
NWidget(WWT_CLOSEBOX, COLOUR_BROWN),
@@ -1255,7 +1255,7 @@ const StringID IndustryDirectoryWindow::sorter_names[] = {
};
/** Window definition of the industy directory gui */
/** Window definition of the industry directory gui */
static const WindowDesc _industry_directory_desc(
WDP_AUTO, 428, 190,
WC_INDUSTRY_DIRECTORY, WC_NONE,