Menu

Tags in Implementation -> Duplicated ...

hoika
2010-03-04
2012-07-18
  • hoika

    hoika - 2010-03-04

    Hallo,

    I always copy the method definitions from interface to implementation like

    interface

    {*

    Proc Foo

    @param i i-Var

    }

    procedure Foo(i: Integer);

    implementation

    {*

    Proc Foo

    @param i i-Var

    }

    procedure Foo(i: Integer);

    So I see the explanation while coding.

    The program always parse the Implemention and add the Doc twice
    (interface/implementation).

    die config has a setting ParseImplementationSection, but it is ReadOnly.

    How can I solve this ?

    Thx

    Hoika

     
  • TridenT

    TridenT - 2010-03-13

    Hi!

    I've reproduce the issue, and there is no settings to bypass it today.

    I'm trying to fix it quickly, I'll send you a link to a new version this week.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.