element_cprj.js 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. var element_cprj =
  2. [
  3. [ "/cprj/created", "element_created.html", null ],
  4. [ "/cprj/info", "element_info.html", [
  5. [ "/cprj/info/url", "element_info.html#element_url", null ]
  6. ] ],
  7. [ "/cprj/layers", "element_layers.html", [
  8. [ "/cprj/layers/layer", "element_layers.html#element_layer", null ]
  9. ] ],
  10. [ "/cprj/packages", "element_packages.html", null ],
  11. [ "/cprj/compilers", "element_compilers.html", [
  12. [ "/cprj/compilers/compiler", "element_compilers.html#element_compiler", null ]
  13. ] ],
  14. [ "/cprj/target", "element_target.html", [
  15. [ "/cprj/target/output", "element_target.html#element_output", null ],
  16. [ "/cprj/target/ldflags", "element_target.html#element_ldflags", null ],
  17. [ "/cprj/target/arflags", "element_target.html#element_arflags", null ],
  18. [ "/cprj/target/cflags", "element_target.html#element_target_cflags", null ],
  19. [ "/cprj/target/cxxflags", "element_target.html#element_target_cxxflags", null ],
  20. [ "/cprj/target/asflags", "element_target.html#element_target_asflags", null ]
  21. ] ],
  22. [ "/cprj/components", "element_components.html", [
  23. [ "/cprj/components/component", "element_components.html#element_component", null ],
  24. [ "/cprj/components/component/file", "element_components.html#element_component_file", null ],
  25. [ "/cprj/components/component/cflags", "element_components.html#element_cflags", null ],
  26. [ "/cprj/components/component/cxxflags", "element_components.html#element_cxxflags", null ],
  27. [ "/cprj/components/component/asflags", "element_components.html#element_asflags", null ]
  28. ] ],
  29. [ "/cprj/files", "element_files.html", [
  30. [ "/cprj/files/.../group", "element_files.html#element_group", null ],
  31. [ "/cprj/files/group/.../cflags", "element_files.html#element_group_cflags", null ],
  32. [ "/cprj/files/group/.../cxxflags", "element_files.html#element_group_cxxflags", null ],
  33. [ "/cprj/files/group/.../asflags", "element_files.html#element_group_asflags", null ],
  34. [ "/cprj/files/.../file", "element_files.html#element_project_file", null ],
  35. [ "/cprj/files/.../file/cflags", "element_files.html#element_file_cflags", null ],
  36. [ "/cprj/files/.../file/cxxflags", "element_files.html#element_file_cxxflags", null ],
  37. [ "/cprj/files/.../file/asflags", "element_files.html#element_file_asflags", null ]
  38. ] ],
  39. [ "cprj specific types", "cprj_types.html", [
  40. [ "restrictedStringType", "cprj_types.html#type_restrictedStringType", null ],
  41. [ "toolOptionType", "cprj_types.html#type_toolOptionType", null ]
  42. ] ]
  43. ];