Unexpected uppercasing in resulting documentation
Free documentation system for Delphi / Pascal with JavaDoc support.
Status: Beta
Brought to you by:
trident
When I have following code:
ISomeList = interface
function Add(Item: Pointer): Integer;
end;
then in resulted documentation method name will be uppercased.
There are some other undesirable uppercasing:
- method parameters with names like "Index" or "Message";
- parameter types like "Integer", "Cardinal" or "PChar".
Anonymous
Bug reproduced.
Types are uppercased for historical reasons. But I don't see any issue to let it written as the developer done it.
Method parameters you as Index and message are also delphi keywords.
I will try to fix it.
thx for your report !
What about this issue ?
I've got also all my Add() methods changed to ADD() in resulting doc.
Are you still planning to resolve that ?
Thanks for your very useful tool.
Yes, it is still planning.
I'm currently doing enhancement on unit test as I don't have much time to really add features.
I will ... I can't really say you when.
I'm alone on this project ... and other projects as well ;)
I will notify you when it's done !