Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2597 closed Feature Request (Fixed)

- text formating

Reported by: mlipok Owned by: guinness
Milestone: 3.3.11.0 Component: Documentation
Version: Severity: None
Keywords: Cc:

Description

with reference to:
http://www.autoitscript.com/forum/topic/153782-help-filedocumentation-issues-discussion-only/page-13#entry1139882

I remove not needed {ENTER}

and some more
for example:
in _WinAPI_CascadeWindows.txt in paramters section:

I changed out this form:

$iFlags
	[optional] A cascade flag. This parameter can be one or more of the following values.
	$MDITILE_SKIPDISABLED
	$MDITILE_ZORDER
$iStart

to this form:

$iFlags
	[optional] A cascade flag. This parameter can be one or more of the following values:
		$MDITILE_SKIPDISABLED
		$MDITILE_ZORDER
$iStart

i.e. changed the dot on colon

And I added a tab to distinguish a list of possible flags.

Remarks:
These files unfortunately do not include recent changes such as

http://www.autoitscript.com/forum/topic/153782-help-filedocumentation-issues-discussion-only/page-14#entry1140376

Attachments (1)

Formating_2.zip (153.0 KB ) - added by mlipok 12 years ago.

Download all attachments as: .zip

Change History (3)

by mlipok, 12 years ago

Attachment: Formating_2.zip added

comment:1 by guinness, 12 years ago

Milestone: 3.3.11.0
Owner: set to guinness
Resolution: Fixed
Status: newclosed

Fixed by revision [9470] in version: 3.3.11.0

comment:2 by TicketCleanup, 12 years ago

Version: Other

Automatic ticket cleanup.

Modify Ticket

Action
as closed The owner will remain guinness.

Add Comment


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