arbitrary ordering of class methods in class diagram
Brought to you by:
edloper
I would like to have the class methods in a class
diagram ordered as per the source file. Would this be
easy to implement? (I have looked at the source, but
haven't seen an obviously easy way to achieve this yet,
version 3.0alpha3.) Thanks (and thanks for epydoc).
Duncan
buzzard@contactbox.co.uk
Logged In: YES
user_id=1053920
Originator: NO
Probably it is possible because, if the sources are parsed, the line number are recorded.
I'll check if it can be done. Thanks.