(svn r18490) -Doc: Fixed syntax of a few doxygen pre and post coditions.

This commit is contained in:
alberth
2009-12-13 20:54:52 +00:00
parent 7c4eaf73a7
commit 57e6c7fdb7
3 changed files with 6 additions and 6 deletions

View File

@@ -557,7 +557,7 @@ struct NWidgetPartTextLines {
/** Pointer to function returning a nested widget.
* @param biggest_index Pointer to storage for collecting the biggest index used in the nested widget.
* @return Nested widget (tree).
* @postcond \c *biggest_index must contain the value of the biggest index in the returned tree.
* @post \c *biggest_index must contain the value of the biggest index in the returned tree.
*/
typedef NWidgetBase *NWidgetFunctionType(int *biggest_index);