mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 22:51:13 +08:00
509d152e54
Completely fixes #1557 and the underlying Doxygen changes that caused it. Should make fish docs simpler and more robust, more consistent and generally prettier. todo: - trap unmarked text as arguments in context - test & fix sed portability - see in particular. (so far tested on BSD (Mac) and GNU sed). - test Makefile changes - last round of aesthetic changes and getting that ascii fish in there…
23 lines
490 B
Plaintext
23 lines
490 B
Plaintext
/**
|
|
\page commands Commands
|
|
\htmlonly[block]
|
|
<div class="fish_left_bar fish_left_little">
|
|
<div class="menu commands_menu">
|
|
\endhtmlonly
|
|
@command_list_toc@
|
|
|
|
\htmlonly[block]
|
|
</div>
|
|
</div>
|
|
<div class="commands fish_right_bar fish_right_big">
|
|
<h1 class="interior_title">Command reference</h1>
|
|
\endhtmlonly
|
|
`fish` ships with a large number of builtin commands, shellscript functions and external commands. These are all described below.
|
|
|
|
@command_list@
|
|
|
|
\htmlonly[block]
|
|
</div>
|
|
\endhtmlonly
|
|
*/
|