Commit 6c3d7ad
Fix duplicate member entries in Scaladoc generation
Resolves an issue where Scaladoc was generating duplicate entries for
the same members when combining results from multiple parser instances.
The fix implements deduplication by creating a stable composite key from
the member's location, full name, and kind. When duplicates are found,
the entry with documentation is preferred, falling back to the first
entry if none have docs.
This ensures clean, non-redundant API documentation output.
Co-authored-by: Bill Venners <bill@artima.com>1 parent ff7e01c commit 6c3d7ad
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
173 | 178 | | |
174 | 179 | | |
175 | 180 | | |
| |||
0 commit comments