Modify

Opened 10 years ago

Closed 10 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 Changed 10 years ago by Zedna

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

comment:2 Changed 10 years ago by guinness

  • Resolution set to No Bug
  • Status changed from new to 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.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.