foundeo / cfdocs

Repository for the cfdocs.org site.
https://cfdocs.org/
Other
184 stars 344 forks source link

Listings for child functions/tags #629

Open shaedrich opened 7 years ago

shaedrich commented 7 years ago

Some functions depend on other functions. Usually this is applicable to member functions which can only be executed on previously initialized objects or lifecycle hooks.

That should be emphasized in navigation and doc. Furthermore that can be reflected by the breadcrumbs like so:

CFDocs > Application.cfc > onRequestEnd

Related to #614, #623

shaedrich commented 7 years ago

http://cfml.io solves this by using subpages: http://cfml.io/dumpStruct/showUDFs

Would be helpful for #613 as well.