﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2597	- text formating	mlipok	guinness	"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
"	Feature Request	closed	3.3.11.0	Documentation		None	Fixed		
