{{#self.hasPublicLibraries}}
- Libraries
{{#self.publicLibrariesSorted}}
- {{{ linkedName }}}
{{/self.publicLibrariesSorted}}
{{/self.hasPublicLibraries}}
{{#self.hasPublicMixins}}
- Mixins
{{#self.publicMixinsSorted}}
- {{{ linkedName }}}
{{/self.publicMixinsSorted}}
{{/self.hasPublicMixins}}
{{#self.hasPublicClasses}}
- Classes
{{#self.publicClassesSorted}}
- {{{ linkedName }}}
{{/self.publicClassesSorted}}
{{/self.hasPublicClasses}}
{{#self.hasPublicConstants}}
- Constants
{{#self.publicConstantsSorted}}
- {{{ linkedName }}}
{{/self.publicConstantsSorted}}
{{/self.hasPublicConstants}}
{{#self.hasPublicProperties}}
- Properties
{{#self.publicPropertiesSorted}}
- {{{ linkedName }}}
{{/self.publicPropertiesSorted}}
{{/self.hasPublicProperties}}
{{#self.hasPublicFunctions}}
- Functions
{{#self.publicFunctionsSorted}}
- {{{ linkedName }}}
{{/self.publicFunctionsSorted}}
{{/self.hasPublicFunctions}}
{{#self.hasPublicEnums}}
- Enums
{{#self.publicEnumsSorted}}
- {{{ linkedName }}}
{{/self.publicEnumsSorted}}
{{/self.hasPublicEnums}}
{{#self.hasPublicTypedefs}}
- Typedefs
{{#self.publicTypedefsSorted}}
- {{{ linkedName }}}
{{/self.publicTypedefsSorted}}
{{/self.hasPublicTypedefs}}
{{#self.hasPublicExceptions}}
- Exceptions
{{#self.publicExceptionsSorted}}
- {{{ linkedName }}}
{{/self.publicExceptionsSorted}}
{{/self.hasPublicExceptions}}