Menu

#233 Unexpected uppercasing in resulting documentation

v0.23Beta_
open
TridenT
5
2012-07-18
2010-09-06
IgorTs
No

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".

Discussion

  • TridenT

    TridenT - 2010-09-06

    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 !

     
  • Nobody/Anonymous

    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.

     
  • TridenT

    TridenT - 2011-01-04

    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 !

     

Anonymous
Anonymous

Add attachments
Cancel