aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/type.txt
Commit message (Collapse)AuthorAge
* replace <outp> command with \outp in docsGravatar Kurtis Rader2016-04-23
| | | | | | | | | | Doxygen has been warning that `<outp>` and `</outp>` are not valid XML/HTML commands since commit cb6d5d76 on 20016-04-04. That's primarily because there is at present no way to tell Doxygen to recognize new XML/HTML tags. The actual errors look like this: ``` .../string.doxygen:187: warning: Unsupported xml/html tag </outp> found ``` I hate build errors since they a) cause needless concern, and b) make it harder to notice when I've introduced a new error. So switch from XML/C## style markup to Doxygen style markup for the "outp" annotation.
* update lexicon for latest docsGravatar Mark Griffiths2016-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2699 Fixes issues with: * 'string' function synopsis * Redirection display issues * Better file & path detection * Rendering of % & @ chars in both html and man * @ symbol in tutorial Improves robustness by implementing an @EOL marker to prevent hold buffer dumping extra chars after the end of an expression. Added new '{{' and '}}' meta-chars for when you want curly braces in a regexp that was previously tripping up the lexicon. Improve man/html presentation consistency for * string * printf * prompt_pwd * type Use cli-styling for 'practical' examples. Add <bs> tag for presenting content with preceding backslash. Signed-off-by: Mark Griffiths <mark@thebespokepixel.com>
* Rebase documentation changesGravatar Mark Griffiths2014-09-03
|
* Make line length, wrapping and spacing consistentGravatar Mark Griffiths2014-09-03
|
* Tutorial auto colouring, Man page and Make fixesGravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | | 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…
* Simplify stylingGravatar Mark Griffiths2014-09-03
|
* Documentation updateGravatar Mark Griffiths2014-09-03
| | | | | | 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.
* test: Add a new --quiet flag to suppress outputGravatar Kevin Ballard2014-07-13
| | | | | | | | | | The --quiet flag is useful when only the exit status matters. Fix the documentation for the -t flag to no longer claim that `type` can print "keyword", as it never does that. Stop printing a blank line for functions/builtins when the -p flag has been passed. It's just not useful.
* Fix typo in documentation for `type` builtinGravatar Kevin Ballard2014-07-13
|
* Help cleanupGravatar David Adam (zanchey)2013-05-13
| | | | | | | | | | Large list of changes, including formatting and typos for most commands. More substantive changes have been made to alias, bind, block, break, builtin, case, cd, commandline, count, else, emit, fish_config, funced, function, functions, history, math, mimedb, nextd, not, popd, prevd, pushd, pwd, random, read, set, set_color, switch, test, trap, type, ulimit, umask, and while.
* make 'alias' check for recursive calls and insert 'command'; update docs, ↵Gravatar Jan Kanis2013-01-01
| | | | fix #486
* Fix casing and other minor issues in documentationGravatar axel2006-11-01
| | | | darcs-hash:20061031152316-ac50b-e68db9853d6e9461a0c054f1ea290704ccfc0a31.gz
* Documentation updates from Beni CherniavskyGravatar axel2006-09-20
| | | | darcs-hash:20060919145203-ac50b-bc87b8f5e6a18395e4bc3e364da4a40ad97850e7.gz
* Many minor edits and clarifications to the documentation, including comments ↵Gravatar axel2006-06-04
| | | | | | about the exit status of a few commands darcs-hash:20060603231517-ac50b-03d252516eef21d4dd3a2ba0f5bb68e82525213b.gz
* Fixed various spelling mistakes.Gravatar James Vega2006-01-24
| | | | darcs-hash:20060123231706-35ec8-2a30db603eee503d944b06d101cc88ce59340309.gz
* Escape from token search and help updatesGravatar axel2005-09-25
| | | | darcs-hash:20050924163122-ac50b-25d56f7e806bedeeaafabae415cd25a676c7e4cf.gz
* Update for type functionGravatar axel2005-09-24
darcs-hash:20050924013016-ac50b-d153454213661a003b54306f9ee32caf6c390505.gz