cfdocs
cfdocs copied to clipboard
Listings for child functions/tags
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
http://cfml.io solves this by using subpages: http://cfml.io/dumpStruct/showUDFs
Would be helpful for #613 as well.