Commit 1959ad3
committed
Fix incorrect @param names in doc comments
Two Doxygen comments referenced parameter names that don't match their
signatures:
- odb dbGDSReader::processElement documented '@param str' instead of
'structure'.
- drt FlexPA::createMultipleAccessPoints documented '@param rec' instead
of 'rect'.
Signed-off-by: eeshsaxena <eeshsaxena@gmail.com>1 parent 169647b commit 1959ad3
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments