{{ #self.hasPublicLibraries }}
  1. Libraries
  2. {{ #self.publicLibrariesSorted }}
  3. {{{ linkedName }}}
  4. {{ /self.publicLibrariesSorted }} {{ /self.hasPublicLibraries }} {{ #self.hasPublicClasses }}
  5. Classes
  6. {{ #self.publicClassesSorted }}
  7. {{{ linkedName }}}
  8. {{ /self.publicClassesSorted }} {{ /self.hasPublicClasses }} {{ #self.hasPublicEnums }}
  9. Enums
  10. {{ #self.publicEnumsSorted }}
  11. {{{ linkedName }}}
  12. {{ /self.publicEnumsSorted }} {{ /self.hasPublicEnums }} {{ #self.hasPublicMixins }}
  13. Mixins
  14. {{ #self.publicMixinsSorted }}
  15. {{{ linkedName }}}
  16. {{ /self.publicMixinsSorted }} {{ /self.hasPublicMixins }} {{ #self.hasPublicExtensionTypes }}
  17. Extension Types
  18. {{ #self.publicExtensionTypesSorted }}
  19. {{{ linkedName }}}
  20. {{ /self.publicExtensionTypesSorted }} {{ /self.hasPublicExtensionTypes }} {{ #self.hasPublicConstants}}
  21. Constants
  22. {{ #self.publicConstantsSorted }}
  23. {{{ linkedName }}}
  24. {{ /self.publicConstantsSorted }} {{ /self.hasPublicConstants }} {{ #self.hasPublicProperties }}
  25. Properties
  26. {{ #self.publicPropertiesSorted }}
  27. {{{ linkedName }}}
  28. {{ /self.publicPropertiesSorted }} {{ /self.hasPublicProperties }} {{ #self.hasPublicFunctions }}
  29. Functions
  30. {{ #self.publicFunctionsSorted }}
  31. {{{ linkedName }}}
  32. {{ /self.publicFunctionsSorted }} {{ /self.hasPublicFunctions }} {{ #self.hasPublicTypedefs }}
  33. Typedefs
  34. {{ #self.publicTypedefsSorted }}
  35. {{{ linkedName }}}
  36. {{ /self.publicTypedefsSorted }} {{ /self.hasPublicTypedefs }} {{ #self.hasPublicExceptions }}
  37. Exceptions
  38. {{ #self.publicExceptionsSorted }}
  39. {{{ linkedName }}}
  40. {{ /self.publicExceptionsSorted }} {{ /self.hasPublicExceptions }} {{ #self.hasPublicExtensions }}
  41. Extensions
  42. {{ #self.publicExtensionsSorted }}
  43. {{{ linkedName }}}
  44. {{ /self.publicExtensionsSorted }} {{ /self.hasPublicExtensions }}