FabricMC / Enigma

This is a fork of cuchaz's Enigma, a deobfuscation/remapping tool for Java software.
GNU Lesser General Public License v3.0
426 stars 112 forks source link

Fix documenting constructors (again) #530

Closed Juuxel closed 9 months ago

Juuxel commented 9 months ago

Fixes #200, which was reintroduced at some point.

The fix is modelled after

  1. My original PR #201 (using entry instead of getNameableEntry(), since the latter specifically only excludes constructors)
  2. The CFR bridge code's EnigmaDumper, which always uses EntryMapping to access javadoc