doc: fix a coding style error in the developer documentation.

This commit is contained in:
Tim Walker 2013-12-22 17:07:35 +00:00
parent 61ae993957
commit 6c0e835117

View File

@ -135,7 +135,7 @@ for markup commands, i.e. use @code{@@param} and not @code{\param}.
* more text ...
* ...
*/
typedef struct Foobar@{
typedef struct Foobar @{
int var1; /**< var1 description */
int var2; ///< var2 description
/** var3 description */