Changeset - r13946:bef584affb32
[Not reviewed]
master
0 4 0
alberth - 14 years ago 2009-12-13 21:12:36
alberth@openttd.org
(svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Eddi), and a typo fix.
4 files changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
src/newgrf_text.cpp
Show inline comments
 
@@ -91,7 +91,7 @@ StringID TTDPStringIDToOTTDStringIDMappi
 
}
 

	
 
/**
 
 * Explains the newgrf shift bit positionning.
 
 * Explains the newgrf shift bit positioning.
 
 * the grf base will not be used in order to find the string, but rather for
 
 * jumping from standard langID scheme to the new one.
 
 */
src/news_gui.cpp
Show inline comments
 
@@ -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)
 
{
src/widget.cpp
Show inline comments
 
@@ -702,7 +702,7 @@ inline void NWidgetBase::StoreSizePositi
 
}
 

	
 
/**
 
 * @fn void Draw(const Window *w)
 
 * @fn void NWidgetBase::Draw(const Window *w)
 
 * Draw the widgets of the tree.
 
 * The function calls #Window::DrawWidget for each widget with a non-negative index, after the widget itself is painted.
 
 * @param w Window that owns the tree.
src/widget_type.h
Show inline comments
 
@@ -632,8 +632,8 @@ static inline NWidgetPart SetMinimalText
 

	
 
/**
 
 * Widget part function for setting filling.
 
 * @param x_fill Allow horizontal filling from minimal size.
 
 * @param y_fill Allow vertical filling from minimal size.
 
 * @param fill_x Horizontal filling step from minimal size.
 
 * @param fill_y Vertical filling step from minimal size.
 
 * @ingroup NestedWidgetParts
 
 */
 
static inline NWidgetPart SetFill(uint fill_x, uint fill_y)
 
@@ -750,7 +750,7 @@ static inline NWidgetPart NWidget(Widget
 

	
 
/**
 
 * Widget part function for starting a new horizontal container, vertical container, or spacer widget.
 
 * @param tp         Type of the new nested widget, #NWID_HORIZONTAL(_LTR), #NWID_VERTICAL, #NWID_SPACER, #NWID_SELECTION, or #NWID_LAYERED.
 
 * @param tp         Type of the new nested widget, #NWID_HORIZONTAL(_LTR), #NWID_VERTICAL, #NWID_SPACER, or #NWID_SELECTION.
 
 * @param cont_flags Flags for the containers (#NWID_HORIZONTAL(_LTR) and #NWID_VERTICAL).
 
 * @ingroup NestedWidgetParts
 
 */
0 comments (0 inline, 0 general)