Re: short's shortcomings
| Newsgroups | gmane.comp.lang.eiffel.smalleiffel |
|---|---|
| Message-ID | <OF190038FE.08DE994A-ONC1257004.003E43E2-C1257004.003F067A@mpsa.com> |
Hi Frank, all,
> Sorry, but I could not resist that subject.
8-)
> A mechanism for associating a replacement descriptive comment when
> features are renamed would add to the usefulness of "short"
> documentation.
> Could you consider such a capability.
I see only one way to do this: add a comment to the rename clause...
class CLOCK
inherit
COUNTER
rename
value as time -- the time o'clock
export {NONE} all;
{ANY} time;
{CLOCK_CONTROLLER} increment
end
end
... then short should display
time: INTEGER -- the time o'clock
Did I understand correctly your request? If so, could you open a
SmartZilla request.
I'll also try to take this into account in the brand new eiffeldoc tool.
Best regards,
--
Cyril Adrian -- ALPLOG
@ PSA Peugeot Citroën, Sochaux, France
tél. +33 (0)3 81 33 48 76
fax +33 (0)3 81 33 16 06