summaryrefslogtreecommitdiff
path: root/doc/developer.texi
diff options
context:
space:
mode:
authorTim Walker <tdskywalker@gmail.com>2013-12-22 17:07:35 +0000
committerTim Walker <tdskywalker@gmail.com>2013-12-22 22:34:58 +0100
commit6c0e83511705e7f8f5100e7852a1e7fd16aa8877 (patch)
tree4e56527cda5ec44a01a21e1f5454c557246fb234 /doc/developer.texi
parent61ae993957f8ff7e12c5983a1b21d5ec1965b328 (diff)
doc: fix a coding style error in the developer documentation.
Diffstat (limited to 'doc/developer.texi')
-rw-r--r--doc/developer.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 832e21e9a0..36d3e0fc1b 100644
--- a/doc/developer.texi
+++ b/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 */