Changeset 4529 for trunk/compiler

Show
Ignore:
Timestamp:
10/21/08 11:24:29 (3 months ago)
Author:
pmoura
Message:

Minor documentation improvements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/compiler/logtalk.pl

    r4527 r4529  
    33393339    (   call_with_args(Dcl, Alias, Scope, Compilation, Meta, NonTerminal, Synchronized, TCtn), 
    33403340        SCtn = This 
    3341     ;   call_with_args(Rnm, This, Pred, Alias), 
     3341    ;   % categories can define aliases for complemented object predicates: 
     3342        call_with_args(Rnm, This, Pred, Alias), 
    33423343        Pred \= Alias, 
    33433344        call_with_args(ThisDcl, Pred, Scope, Compilation, Meta, NonTerminal, Synchronized, SCtn, TCtn) 
     
    33513352    '$lgt_complemented_object_'(This, _, _, Def, Rnm), 
    33523353    (   call_with_args(Def, Alias, Sender, This, Self, Call, Ctn) 
    3353     ;   call_with_args(Rnm, This, Pred, Alias), 
     3354    ;   % categories can define aliases for complemented object predicates: 
     3355        call_with_args(Rnm, This, Pred, Alias), 
    33543356        Pred \= Alias, 
    33553357        call_with_args(ThisDef, Pred, Sender, This, Self, Call, Ctn)