Opened 12 years ago
Closed 12 years ago
#2784 closed Bug (No Bug)
WinAPI.au3 - not stripped comment header at internal functions
| Reported by: | Zedna | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Standard UDFs | |
| Version: | 3.3.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
Func WinAPI_EnumWindowsAdd()
Func WinAPI_EnumWindowsChild()
This is probably related to all "internal" functions which begin with (2x _) also in other standard include files.
Common function have comment header just with
; Author ........:
; Modified.......:
but functions beginning with have comment header with
; Name...........:
; Description ...:
; Syntax.........:
; Parameters ....:
; Return values .:
; Author ........:
; Modified.......:
; Remarks .......:
; Related .......:
; Link ..........:
; Example .......:
Attachments (0)
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
The headers were stripped due to already being present in the help file, but the internal functions aren't, therefore they should still be present.

note: all underscore chars was automatically removed from my previous ticket