Make member signature rendering customizable.
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.
Loading
Please register or sign in to comment