You've already forked lazarus-ccr
Typo correction(WriteDocumetation > WriteDocumentation).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1384 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -162,7 +162,7 @@ type
|
|||||||
FImpLastStream : ISourceStream;
|
FImpLastStream : ISourceStream;
|
||||||
FRttiFunc : ISourceStream;
|
FRttiFunc : ISourceStream;
|
||||||
private
|
private
|
||||||
procedure WriteDocumetation(AElement : TPasElement);
|
procedure WriteDocumentation(AElement : TPasElement);
|
||||||
procedure WriteDocIfEnabled(AElement : TPasElement);{$IFDEF USE_INLINE}inline;{$ENDIF}
|
procedure WriteDocIfEnabled(AElement : TPasElement);{$IFDEF USE_INLINE}inline;{$ENDIF}
|
||||||
// Array handling helper routines
|
// Array handling helper routines
|
||||||
procedure WriteObjectArray(ASymbol : TPasArrayType);
|
procedure WriteObjectArray(ASymbol : TPasArrayType);
|
||||||
@ -1914,7 +1914,7 @@ end;
|
|||||||
|
|
||||||
{ TInftGenerator }
|
{ TInftGenerator }
|
||||||
|
|
||||||
procedure TInftGenerator.WriteDocumetation(AElement : TPasElement);
|
procedure TInftGenerator.WriteDocumentation(AElement : TPasElement);
|
||||||
var
|
var
|
||||||
pl : TStrings;
|
pl : TStrings;
|
||||||
docString : string;
|
docString : string;
|
||||||
@ -1937,7 +1937,7 @@ end;
|
|||||||
procedure TInftGenerator.WriteDocIfEnabled(AElement : TPasElement);
|
procedure TInftGenerator.WriteDocIfEnabled(AElement : TPasElement);
|
||||||
begin
|
begin
|
||||||
if ( goGenerateDocAsComments in Options ) then
|
if ( goGenerateDocAsComments in Options ) then
|
||||||
WriteDocumetation(AElement);
|
WriteDocumentation(AElement);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TInftGenerator.WriteObjectArray(ASymbol : TPasArrayType);
|
procedure TInftGenerator.WriteObjectArray(ASymbol : TPasArrayType);
|
||||||
|
Reference in New Issue
Block a user