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

Changing the "Undocumented" text for functions that are not documented #913

Closed
akhillies opened this issue Nov 27, 2017 · 4 comments
Closed

Comments

@akhillies
Copy link
Contributor

Is there a way to change the "Undocumented" text that shows up for undocumented functions? I want it to either be blank or a different default comment (like "init function")
I know having undocumented functions is bad and all, but these functions are autogenerated without any docs (a limitation of the framework we are using). I need these functions to be visible so I can't just skip all undocumented.

Thanks in advance!

@akhillies akhillies changed the title Changing the "Undocumented" text from functions that are not documented Changing the "Undocumented" text for functions that are not documented Nov 27, 2017
@johnfairh
Copy link
Collaborator

The string is hard-coded right now - would be a simple (+ I think good) change to make it settable.

@akhillies
Copy link
Contributor Author

PR here: #914

@akhillies
Copy link
Contributor Author

akhillies commented Nov 29, 2017

I am getting this error: "Perceived complexity for process_undocumented_token is too high" because I added a nested if statement
is there a better way I can do this without creating a new function and still pass the complexity checker?

@akhillies
Copy link
Contributor Author

implemented and pushed :) (#914)

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

2 participants