mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-04 22:04:38 +00:00
doc: fix a coding style error in the developer documentation.
This commit is contained in:
parent
61ae993957
commit
6c0e835117
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user