Modify ↓
#2417 closed Bug (Fixed)
Built help file errors
| Reported by: | James | Owned by: | guinness |
|---|---|---|---|
| Milestone: | 3.3.9.19 | Component: | Documentation |
| Version: | 3.3.9.18 | Severity: | None |
| Keywords: | Cc: |
Description
There are some errors with the Beta version of AutoIt:
- "-" is in the index as the first item which directs to "Language Reference - Operators"
- "UDFs Constants include files <"
- "cs" is listed twice, "#cs" and "cs" whereas "#ce" is the only item for ending the comment.
Attachments (0)
Change History (5)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
The third point isn't an issue either. ce, #ce, cs, #cs, comments-end, #comments-end, comment-start & #comments-start are all present in the help file.
comment:3 by , 13 years ago
| Milestone: | → 3.3.9.19 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [8735] in version: 3.3.9.19
comment:4 by , 13 years ago
In The second point do you mean that a description about include file not always contain these marks <...> ?
comment:5 by , 13 years ago
No, James meant in the index it said UDFs Constants include files < but it should've been UDFs Constants include files.
Note:
See TracTickets
for help on using tickets.

The first one is correct and not an error. I will fix the rest though. Thanks.