Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Hide helper methods in generated docs #238

Closed
marbetschar opened this issue Nov 11, 2014 · 3 comments
Closed

Suggestion: Hide helper methods in generated docs #238

marbetschar opened this issue Nov 11, 2014 · 3 comments

Comments

@marbetschar
Copy link

It would be great if the generated docs do not show internal used methods which are added to collections or members. For example if IoC is used and dynamically getter/setter methods are created.

Therefore I would suggest to adding a filter in the dashboard view in the local.docData.functions loop in dashboard.cfm. Something like the following:

<cfif listFindNoCase('get,post,put,delete',local.func.name) OR structKeyExists(local.func,'taffy_verb') OR structKeyExists(local.func,'taffy:verb')>
    ....
</cfif>
@atuttle
Copy link
Owner

atuttle commented Nov 11, 2014

👍

@jbvanzuylen
Copy link
Contributor

Hello Adam,
Can you please add the "patch" verb to the list of methods that are visible on the dashboard?
Thx!

@atuttle
Copy link
Owner

atuttle commented Nov 13, 2014

doh! yes... thanks.

atuttle pushed a commit that referenced this issue Nov 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants