Leaflet / Leafdoc

A lightweight NaturalDocs-like LeafletJS-style documentation generator
54 stars 19 forks source link

A way to order the classes/namespaces? #46

Closed trusktr closed 5 years ago

trusktr commented 5 years ago

Is there a current way to order the appearance of classes or namespaces in the output?

IvanSanchez commented 5 years ago

Put all the classes/namespaces in a separate file, just their class headers, and load that first. See Leaflet documentation for an example.