Menu.txt 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Format: 1.35
  2. # You can add a title and sub-title to your menu like this:
  3. # Title: [project name]
  4. # SubTitle: [subtitle]
  5. # You can add a footer to your documentation like this:
  6. # Footer: [text]
  7. # If you want to add a copyright notice, this would be the place to do it.
  8. # --------------------------------------------------------------------------
  9. #
  10. # Cut and paste the lines below to change the order in which your files
  11. # appear on the menu. Don't worry about adding or removing files, Natural
  12. # Docs will take care of that.
  13. #
  14. # You can further organize the menu by grouping the entries. Add a
  15. # "Group: [name] {" line to start a group, and add a "}" to end it.
  16. #
  17. # You can add text and web links to the menu by adding "Text: [text]" and
  18. # "Link: [name] ([URL])" lines, respectively.
  19. #
  20. # The formatting and comments are auto-generated, so don't worry about
  21. # neatness when editing the file. Natural Docs will clean it up the next
  22. # time it is run. When working with groups, just deal with the braces and
  23. # forget about the indentation and comments.
  24. #
  25. # --------------------------------------------------------------------------
  26. File: README (README.txt)
  27. File: Win32 Detours Howto (WIN32_DETOURS_HOWTO.txt)
  28. Group: Source {
  29. File: duma.c (duma.c)
  30. File: duma_hlp.h (duma_hlp.h)
  31. File: dumapp.cpp (dumapp.cpp)
  32. File: h (paging.h)
  33. File: print.c (print.c)
  34. File: stacktrace\printStackTrace.cpp (stacktrace\printStackTrace.cpp)
  35. } # Group: Source
  36. Group: Index {
  37. Index: Everything
  38. File Index: Files
  39. Function Index: Functions
  40. Type Index: Types
  41. Variable Index: Variables
  42. } # Group: Index