1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02: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:
diego 2003-10-28 11:17:10 +00:00
parent 41a616b669
commit 433db533a9

View File

@ -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):