You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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?
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!
The text was updated successfully, but these errors were encountered: