mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 12:21:14 -03:00
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:
24
doc_src/user_doc.header.html
Normal file
24
doc_src/user_doc.header.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="generator" content="Doxygen $doxygenversion"/>
|
||||
<title>$projectname: $title</title>
|
||||
$extrastylesheet
|
||||
</head>
|
||||
<body>
|
||||
<div id="top" class="qindex"><!-- do not close this div here, it is closed by doxygen! -->
|
||||
<a href="http://fishshell.com/"><code>fish</code> shell</a>
|
||||
|
|
||||
<a href="index.html">Documentation</a>
|
||||
|
|
||||
<a href="tutorial.html">Tutorial</a>
|
||||
|
|
||||
<a href="design.html">Design</a>
|
||||
|
|
||||
<a href="commands.html">Commands</a>
|
||||
|
|
||||
<a href="faq.html">FAQ</a>
|
||||
|
|
||||
<a href="license.html">License</a>
|
||||
Reference in New Issue
Block a user