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 , 16 years ago
| Component: | SciTE4AutoIt → Other |
|---|
comment:2 by , 16 years ago
| 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.