Regenerated docs.

This commit is contained in:
Joel Torstensson 2015-02-12 23:30:31 +01:00
parent dfb801a0b7
commit cd5d4f4fee
2 changed files with 13 additions and 5 deletions

View File

@ -130,8 +130,8 @@ Contributors, sorted by the number of commits in descending order:
// QUTE_AUTHORS_START // QUTE_AUTHORS_START
* Florian Bruhin * Florian Bruhin
* Claude * Claude
* ZDarian
* Joel Torstensson * Joel Torstensson
* ZDarian
* Peter Vilim * Peter Vilim
* John ShaggyTwoDope Jenkins * John ShaggyTwoDope Jenkins
* rikn00 * rikn00

View File

@ -11,8 +11,9 @@
|<<close,close>>|Close the current window. |<<close,close>>|Close the current window.
|<<download,download>>|Download a given URL, or current page if no URL given. |<<download,download>>|Download a given URL, or current page if no URL given.
|<<download-cancel,download-cancel>>|Cancel the last/[count]th download. |<<download-cancel,download-cancel>>|Cancel the last/[count]th download.
|<<download-open,download-open>>|Open the last/[count]th finished download. |<<download-delete,download-delete>>|Delete the last/[count]th download from disk.
|<<download-remove,download-remove>>|Remove the last/[count]th finished download. |<<download-open,download-open>>|Open the last/[count]th download.
|<<download-remove,download-remove>>|Remove the last/[count]th download from the list.
|<<forward,forward>>|Go forward in the history of the current tab. |<<forward,forward>>|Go forward in the history of the current tab.
|<<fullscreen,fullscreen>>|Toggle fullscreen mode. |<<fullscreen,fullscreen>>|Toggle fullscreen mode.
|<<help,help>>|Show help about a command or setting. |<<help,help>>|Show help about a command or setting.
@ -107,9 +108,16 @@ Cancel the last/[count]th download.
==== count ==== count
The index of the download to cancel. The index of the download to cancel.
[[download-delete]]
=== download-delete
Delete the last/[count]th download from disk.
==== count
The index of the download to cancel.
[[download-open]] [[download-open]]
=== download-open === download-open
Open the last/[count]th finished download. Open the last/[count]th download.
==== count ==== count
The index of the download to cancel. The index of the download to cancel.
@ -118,7 +126,7 @@ The index of the download to cancel.
=== download-remove === download-remove
Syntax: +:download-remove [*--all*]+ Syntax: +:download-remove [*--all*]+
Remove the last/[count]th finished download. Remove the last/[count]th download from the list.
==== optional arguments ==== optional arguments
* +*-a*+, +*--all*+: If given removes all finished downloads. * +*-a*+, +*--all*+: If given removes all finished downloads.