Make links to the cvar/cmd lists.

This commit is contained in:
Bill Currie 2011-12-11 18:40:02 +09:00
parent 6ac017860a
commit d32fa834cc

View file

@ -5,6 +5,7 @@
\li \subpage cmdline \li \subpage cmdline
\li \subpage cvars \li \subpage cvars
\li \subpage cmdcvarlist
\li \subpage filesystem \li \subpage filesystem
\li \subpage dirconf \li \subpage dirconf
\li \subpage sound \li \subpage sound
@ -176,3 +177,20 @@ user config file or the global config file. If \c setrom is used on the
command line, even \c setrom in the config files can be overridden. command line, even \c setrom in the config files can be overridden.
*/ */
/**
\page cmdcvarlist Command and Cvar Lists
Lists of commands and cvars by program.
For now, only nq-glx, qw-client-glx and qw-server are covered (using the
ALSA sound plugin).
Commands:
\li <a href="/doc_cmds.php?program=nq-glx">nq-glx</a>
\li <a href="/doc_cmds.php?program=qw-client-glx">qw-client-glx</a>
\li <a href="/doc_cmds.php?program=qw-server">qw-server</a>
Cvars:
\li <a href="/doc_cvars.php?program=nq-glx">nq-glx</a>
\li <a href="/doc_cvars.php?program=qw-client-glx">qw-client-glx</a>
\li <a href="/doc_cvars.php?program=qw-server">qw-server</a>
*/