Modify

Opened 16 years ago

Closed 16 years ago

#1280 closed Bug (Fixed)

wrong lines in au3.api

Reported by: Tweaky Owned by: Valik
Milestone: 3.3.1.6 Component: Other
Version: 3.3.1.4 Severity: None
Keywords: Cc:

Description

In the line 233 an following:
AutoItSetOption ( "@@End@@", param )
AutoItSetOption ( "###Related###", param )
AutoItSetOption ( "Many.", param )
AutoItSetOption ( "###Example###", param )
AutoItSetOption ( "@@IncludeExample@@", param )

In the line 537 an following:
Opt ( "@@End@@", param )
Opt ( "###Related###", param )
Opt ( "Many.", param )
Opt ( "###Example###", param )
Opt ( "@@IncludeExample@@", param )

I think you can delete these files

Attachments (0)

Change History (2)

comment:1 by Jos, 16 years ago

Component: SciTE4AutoItOther

Au3.API is automatically generated so there must be an invalid input file read by AutoIt Extractor.au3 that is the root cause of this issue.

comment:2 by Valik, 16 years ago

Milestone: 3.3.1.6
Owner: changed from Jos to Valik
Resolution: Fixed
Status: newclosed

Fixed by revision [5378] in version: 3.3.1.6

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.