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

Possible to change first letter of class name to lower case? #1066

Closed
donaldlim opened this issue Jun 21, 2024 · 4 comments
Closed

Possible to change first letter of class name to lower case? #1066

donaldlim opened this issue Jun 21, 2024 · 4 comments

Comments

@donaldlim
Copy link

I need to change first letter of class name to lower case, is that possible?
e.g. File.Move->file.Move

@EWSoftware
Copy link
Owner

No, it documents it as is. You'd have to change your code to match. If this is for a particular language syntax, you could probably create your own syntax generator so that the syntax section shows the method syntax based on that language.

@donaldlim
Copy link
Author

Many thanks for your reply. I am new to this project, which specific part of the code should be altered? I am using OpenXML to generate help docs.

@donaldlim donaldlim reopened this Jun 24, 2024
@EWSoftware
Copy link
Owner

Assuming you want to create a syntax generator, see the topic on creating one. If you want to base it on one of the existing ones, the code for them can be found here.

@donaldlim
Copy link
Author

Thanks, I will try it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants