Skip to content

Commit

Permalink
auto generated help
Browse files Browse the repository at this point in the history
  • Loading branch information
torusrxxx committed Jun 19, 2016
1 parent c224a87 commit 67b510d
Show file tree
Hide file tree
Showing 15 changed files with 168 additions and 0 deletions.
11 changes: 11 additions & 0 deletions commands/user-database/bookmark.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# bookmark[,bookmarkset]
Set a bookmark.
## arguments
  arg1: Address to set the bookmark at (preferably inside a module).
## result
This command does not set any result variables.
Expand Down
11 changes: 11 additions & 0 deletions commands/user-database/bookmarkc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# bookmarkc[,bookmarkdel]
Delete a bookmark.
## arguments
  arg1: Address of the bookmark to delete.
## result
This command does not set any result variables.
Expand Down
11 changes: 11 additions & 0 deletions commands/user-database/bookmarklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# bookmarklist
List user-defined bookmarks in reference view.
## arguments
This command has no arguments.
## result
$resultwill be set to the number of user-defined bookmarks.
Expand Down
12 changes: 12 additions & 0 deletions commands/user-database/cmt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# cmt[,cmtset,commentset]
Set a comment.
## arguments
  arg1: Address to set the comment at (preferably inside a module).
  arg2: Comment text.
## result
This command does not set any result variables.
Expand Down
11 changes: 11 additions & 0 deletions commands/user-database/cmtc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# cmtc[,cmtdel,commentdel]
Delete a comment.
## arguments
  arg1: Address of the comment to delete.
## result
This command does not set any result variables.
Expand Down
11 changes: 11 additions & 0 deletions commands/user-database/commentlist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# commentlist
List user-defined comments in reference view.
## arguments
This command has no arguments.
## result
$resultwill be set to the number of user-defined comments.
Expand Down
12 changes: 12 additions & 0 deletions commands/user-database/functionadd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# functionadd[,func]
Add a function.
## arguments
  arg1: Function range start.
  arg2: Function range end.
## result
This command does not set any result variables.
Expand Down
11 changes: 11 additions & 0 deletions commands/user-database/functionclear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# functionclear
Delete all functions in all modules.
## arguments
This command has no arguments.
## result
This command does not set any result variables.
Expand Down
11 changes: 11 additions & 0 deletions commands/user-database/functiondel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# functiondel[,funcc]
Delete a function.
## arguments
  arg1: Address inside the function range to delete.
## result
This command does not set any result variables.
Expand Down
11 changes: 11 additions & 0 deletions commands/user-database/functionlist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# functionlist
List user-defined functions in reference view.
## arguments
This command has no arguments.
## result
$resultwill be set to the number of user-defined functions.
Expand Down
11 changes: 11 additions & 0 deletions commands/user-database/labellist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# labellist
List user-defined labels in reference view.
## arguments
This command has no arguments.
## result
$resultwill be set to the number of user-defined labels.
Expand Down
12 changes: 12 additions & 0 deletions commands/user-database/lbl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# lbl[,lblset,labelset]
Set a label.
## arguments
  arg1: Address to set the label at (preferably inside a module).
  arg2: Label text.
## result
This command does not set any result variables.
Expand Down
11 changes: 11 additions & 0 deletions commands/user-database/lblc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# lblc[,lbldel,labeldel]
Delete a label.
## arguments
  arg1: Address of the label to delete.
## result
This command does not set any result variables.
Expand Down
11 changes: 11 additions & 0 deletions commands/user-database/loaddb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# loaddb[,dbload]
Load the program database from disk in memory.
## arguments
This command has no arguments.
## result
This command does not set any result variables.
Expand Down
11 changes: 11 additions & 0 deletions commands/user-database/savedb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# savedb[,dbsave]
Save the program database from memory to disk.
## arguments
This command has no arguments.
## result
This command does not set any result variables.
Expand Down

0 comments on commit 67b510d

Please sign in to comment.