Commit 3c5b00a
authored
docs: Fix naming conventions documentation (apache#504)
- Update Functions/Methods to use PascalCase (was incorrectly documented
as snake_case)
- Add note about trivial getters using snake_case (e.g., name(),
type_id())
- Update Constants to use k prefix with PascalCase (was incorrectly
documented as UPPER_SNAKE_CASE)1 parent d07b756 commit 3c5b00a
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments