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

pull/51/head
Tim Walker 11 years ago
parent 61ae993957
commit 6c0e835117
  1. 2
      doc/developer.texi

@ -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 */

Loading…
Cancel
Save