-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: add a new example #16
Conversation
Maybe change example name (folder) to getters _generated or, even better, accessor. |
Please check doc_src/demos/ folder and please add your own doc for demo. From what I remember, just adding a file is enough, but if necessary, check the local documentation generation. |
Please check why output does not generate comments with correct spacing. |
Done. |
I changed to |
This pull request introduces a new example to the lib. The purpose of this demo is to illustrate the automatic generation of setter and getter methods for private fields.