summaryrefslogtreecommitdiff
path: root/doc/developer.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-23 11:58:14 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-23 11:58:36 +0100
commit5b4c7b7dcf933ccbab407ac71a950f791c707da0 (patch)
treec9ec46bf8fa46e681ae9117bb219b53c0cf2b127 /doc/developer.texi
parent8b285f03f70e884312c6c4e00a1377cfd85a3a7a (diff)
parent6c0e83511705e7f8f5100e7852a1e7fd16aa8877 (diff)
Merge commit '6c0e83511705e7f8f5100e7852a1e7fd16aa8877'
* commit '6c0e83511705e7f8f5100e7852a1e7fd16aa8877': doc: fix a coding style error in the developer documentation. Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 9c72c44907..47a95aae35 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -92,7 +92,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 */