diff options
| author | Martin Arver <martin.arver@gmail.com> | 2008-07-15 18:33:43 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2008-07-15 18:33:43 +0000 |
| commit | e78cb65a50433fda33bf8bbbe62d9f0785f76918 (patch) | |
| tree | 04ef792cb3bb06be4d943a85ca3e763d3090eff3 /manual/appendix | |
| parent | 5d1287ce43d501069e3839a7125494784aeb6c3b (diff) | |
| download | rockbox-e78cb65a50433fda33bf8bbbe62d9f0785f76918.zip rockbox-e78cb65a50433fda33bf8bbbe62d9f0785f76918.tar.gz rockbox-e78cb65a50433fda33bf8bbbe62d9f0785f76918.tar.bz2 rockbox-e78cb65a50433fda33bf8bbbe62d9f0785f76918.tar.xz | |
Move the menu structure to the appendix. The menu structure description itself, is still missing though
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18059 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/appendix.tex | 2 | ||||
| -rw-r--r-- | manual/appendix/menu_structure.tex | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex index df305dc..c94ca87 100644 --- a/manual/appendix/appendix.tex +++ b/manual/appendix/appendix.tex @@ -7,6 +7,8 @@ \input{appendix/config_file_options.tex} +\input{appendix/menu_structure.tex} + \chapter{User feedback}\label{sec:feedback} \section{Bug reports} If you experience inappropriate performance from any supported feature, diff --git a/manual/appendix/menu_structure.tex b/manual/appendix/menu_structure.tex new file mode 100644 index 0000000..9c89d03 --- /dev/null +++ b/manual/appendix/menu_structure.tex @@ -0,0 +1,2 @@ +\chapter{Menu Overview} +\fixme{include an overview of the menu structure here} |