summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-19 15:23:48 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-19 15:23:48 +0200
commit53dd8423a51db7e891241cd339e63dc44194ace0 (patch)
tree505ab063bc20e9e121254cb12a14104c01038a01 /Documentation
parent15a794bd70700fffe802af032d3ea50a00d76dc1 (diff)
downloadbarebox-53dd8423a51db7e891241cd339e63dc44194ace0.tar.gz
barebox-53dd8423a51db7e891241cd339e63dc44194ace0.tar.xz
adding new doc
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/commands.dox14
-rw-r--r--Documentation/developers_manual.dox1
2 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/commands.dox b/Documentation/commands.dox
new file mode 100644
index 0000000000..e470972e87
--- /dev/null
+++ b/Documentation/commands.dox
@@ -0,0 +1,14 @@
+/**
+ * @page command_reference Supported Shell Commands
+
+ - @subpage cat_command
+ - @subpage cd_command
+ - @subpage cp_command
+ - @subpage printenv_command
+ - @subpage saveenv_command
+ - @subpage loadenv_command
+ - @subpage setenv_command
+ - @subpage export_command
+ - @subpage mount_command
+
+*/
diff --git a/Documentation/developers_manual.dox b/Documentation/developers_manual.dox
index 17e5e0faa8..e08c1f905a 100644
--- a/Documentation/developers_manual.dox
+++ b/Documentation/developers_manual.dox
@@ -7,4 +7,5 @@ FIXME: Hints and tips for simply adapting UBootv2
- @subpage dev_architecture
- @subpage dev_params
+@subpage how_mount_works
*/ \ No newline at end of file