diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-05-22 15:06:55 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-05-22 15:06:55 +0000 |
| commit | 9ba8e6cf38da5196ed7bc878fe452952f3e10638 (patch) | |
| tree | ea59837e22970274abac0ece2071e79189256901 /docs/config/Menu.txt | |
| parent | 90bcda3c10411ee4c1c65a494ec7c08dfdea01b4 (diff) | |
| download | zcatch-9ba8e6cf38da5196ed7bc878fe452952f3e10638.tar.gz zcatch-9ba8e6cf38da5196ed7bc878fe452952f3e10638.zip | |
moved docs
Diffstat (limited to 'docs/config/Menu.txt')
| -rw-r--r-- | docs/config/Menu.txt | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/config/Menu.txt b/docs/config/Menu.txt new file mode 100644 index 00000000..4c3153ed --- /dev/null +++ b/docs/config/Menu.txt @@ -0,0 +1,67 @@ +Format: 1.35 + + +# You can add a title and sub-title to your menu like this: +# Title: [project name] +# SubTitle: [subtitle] + +# You can add a footer to your documentation like this: +# Footer: [text] +# If you want to add a copyright notice, this would be the place to do it. + + +# -------------------------------------------------------------------------- +# +# Cut and paste the lines below to change the order in which your files +# appear on the menu. Don't worry about adding or removing files, Natural +# Docs will take care of that. +# +# You can further organize the menu by grouping the entries. Add a +# "Group: [name] {" line to start a group, and add a "}" to end it. +# +# You can add text and web links to the menu by adding "Text: [text]" and +# "Link: [name] ([URL])" lines, respectively. +# +# The formatting and comments are auto-generated, so don't worry about +# neatness when editing the file. Natural Docs will clean it up the next +# time it is run. When working with groups, just deal with the braces and +# forget about the indentation and comments. +# +# You can use this file on other computers even if they use different +# directories. As long as the command line points to the same source files, +# Natural Docs will be able to correct the locations automatically. +# +# -------------------------------------------------------------------------- + + +Group: User { + + File: Playing (/home/kma/code/teewars/docs/articles/playing.txt) + } # Group: User + +Group: Development { + + Group: Docs { + + File: Hacking (/home/kma/code/teewars/docs/articles/hacking.txt) + File: Tasks (/home/kma/code/teewars/docs/articles/tasks.txt) + File: Map File Format (/home/kma/code/teewars/docs/articles/map_format.txt) + File: People (/home/kma/code/teewars/docs/articles/people.txt) + File: Editor (/home/kma/code/teewars/docs/articles/editor.txt) + File: Gameplay (/home/kma/code/teewars/docs/articles/gameplay.txt) + } # Group: Docs + + File: Engine Interface (/home/kma/code/teewars/src/interface.h) + } # Group: Development + +Group: Index { + + Index: Everything + Function Index: Functions + } # Group: Index + + + +##### Do not change or remove these lines. ##### +Data: 1(D3333RuEG3AEp39ufG3tGG7pH636H9) +Data: 1(h3333RuEG3AEp39ufG3tGG7pH63fu963pHt89oG6) |