Documentation update

Rework for Doxygen >1.8. Moved large parts of the documentation to a
simplified format, making use of Markdown enhancements and fixing bad
long options.
This commit is contained in:
Mark Griffiths
2014-08-01 03:37:32 +01:00
parent 2de914d8c3
commit c070a2aa3e
86 changed files with 9396 additions and 5045 deletions

View File

@@ -1,12 +1,14 @@
\section command command - run a program
\subsection command-synopsis Synopsis
<tt>command COMMANDNAME [OPTIONS...]</tt>
\fish{syn}
command COMMANDNAME [OPTIONS...]
\endfish
\subsection command-description Description
\c command forces the shell to execute the program \c COMMANDNAME and ignore any functions or builtins with the same name.
`command` forces the shell to execute the program `COMMANDNAME` and ignore any functions or builtins with the same name.
\subsection command-example Example
<tt>command ls</tt> causes fish to execute the \c ls program, even if an 'ls' function exists.
`command ls` causes fish to execute the `ls` program, even if an 'ls' function exists.