Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
2185824b
Commit
2185824b
authored
Aug 16, 2005
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove junk characters
Originally committed as revision 4530 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a1043f9c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
ffmpeg-doc.texi
doc/ffmpeg-doc.texi
+18
-18
No files found.
doc/ffmpeg-doc.texi
View file @
2185824b
...
...
@@ -1033,30 +1033,30 @@ above them explaining what the function does, even if it's just one sentence.
All structures and their member variables should be documented, too.
@example
/**
* @@file mpeg.c
* MPEG codec.
* @@author ...
*/
* @@file mpeg.c
* MPEG codec.
* @@author ...
*/
/**
* Summary sentence.
* more text ...
* ...
*/
* Summary sentence.
* more text ...
* ...
*/
typedef struct Foobar@
{
int var1; /**< var1 description */
int var2; ///< var2 description
/** var3 description */
int var3;
int var1; /**< var1 description */
int var2; ///< var2 description
/** var3 description */
int var3;
@
}
Foobar;
/**
* Summary sentence.
* more text ...
* ...
* @@param my
_
parameter description of my
_
parameter
* @@return return value description
*/
* Summary sentence.
* more text ...
* ...
* @@param my
_
parameter description of my
_
parameter
* @@return return value description
*/
int myfunc(int my
_
parameter)
...
@end example
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment