Commit 6c0e8351 authored by Tim Walker's avatar Tim Walker

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

parent 61ae9939
...@@ -135,7 +135,7 @@ for markup commands, i.e. use @code{@@param} and not @code{\param}. ...@@ -135,7 +135,7 @@ for markup commands, i.e. use @code{@@param} and not @code{\param}.
* more text ... * more text ...
* ... * ...
*/ */
typedef struct Foobar@{ typedef struct Foobar @{
int var1; /**< var1 description */ int var1; /**< var1 description */
int var2; ///< var2 description int var2; ///< var2 description
/** var3 description */ /** var3 description */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment