mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
alphabetical order
How to handle -XXX and -noXXX. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11304 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
41a616b669
commit
433db533a9
@ -155,6 +155,7 @@ General:
|
||||
|
||||
Option descriptions:
|
||||
|
||||
- Options should be in alphabetical order.
|
||||
- Option and/or suboption parameters should be short, descriptive and put
|
||||
in angular brackets (e.g. \-vo <driver>).
|
||||
- If the option has a parameter in a certain range, specify it right after
|
||||
@ -170,6 +171,9 @@ Option descriptions:
|
||||
- Put examples and notes at the end of the description (before suboptions).
|
||||
- The end of the suboptions _always_ has to be followed by a paragraph
|
||||
(BUG).
|
||||
- For flag options just document the non-default one of -XXX and -noXXX, if
|
||||
the option is not a flag, describe both, one below the other (this is an
|
||||
exception to the alphabetical order).
|
||||
|
||||
|
||||
Macro definitions (see beginning of man page):
|
||||
|
Loading…
Reference in New Issue
Block a user