+11
−4
lib/jsduck/render/property_signature.rb
0 → 100644
+34
−0
lib/jsduck/render/signature_util.rb
0 → 100644
+14
−0
+5
−0
Loading
Split the Render::Signature into two classes: - MethodSignature - PropertySignature And add a third one for a shared method for generating the link: - SignatureUtil All the builtin member classes now have #to_html method which takes two parameters (differently from the normal #to_html that only takes one). This probably can't stay this exact way.