Modify

#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 Zedna, on Jul 6, 2014 at 2:50:05 AM

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

comment:2 by guinness, on Jul 7, 2014 at 8:20:38 AM

Resolution: No Bug
Status: newclosed

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.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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