Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Walker <tdskywalker@gmail.com>2013-12-22 21:07:35 +0400
committerTim Walker <tdskywalker@gmail.com>2013-12-23 01:34:58 +0400
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 */