docs: improve method setup documentation#446
Conversation
There was a problem hiding this comment.
Pull request overview
This PR reorganizes the method setup documentation to improve clarity and readability by grouping related concepts together and providing better structure.
Changes:
- Restructured method setup documentation into logical subsections (Returns/Throws, Async Methods, Callbacks)
- Moved callback-related content to a dedicated section
- Added a note about
.SkippingBaseClass(…)to property documentation
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Reorganized method setup section with new subsections and moved examples to appropriate locations |
| Docs/pages/setup/02-methods.md | Applied same documentation restructuring as README.md with improved section hierarchy |
| Docs/pages/setup/01-properties.md | Added note about .SkippingBaseClass(…) for consistency with method documentation |
0bfa37a to
3d91b56
Compare
🚀 Benchmark ResultsDetails
|
|
|
This is addressed in release v1.2.0. |



This PR reorganizes the method setup documentation to improve clarity and readability by grouping related concepts together and providing better structure.
Key Changes:
.SkippingBaseClass(…)to property documentation