Modify ↓
Opened on Nov 5, 2009 at 9:03:56 PM
#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 , on Nov 10, 2009 at 6:58:11 PM
| Component: | SciTE4AutoIt → Other |
|---|
comment:2 by , on Nov 11, 2009 at 3:56:11 PM
| Milestone: | → 3.3.1.6 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5378] in version: 3.3.1.6
Note:
See TracTickets
for help on using tickets.

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.