Modify ↓
      
        #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
Attachments (1)
Change History (3)
Changed 12 years ago by mlipok
comment:1 Changed 12 years ago by guinness
- Milestone set to 3.3.11.0
 - Owner set to guinness
 - Resolution set to Fixed
 - Status changed from new to closed
 
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.
Note: See
        TracTickets for help on using
        tickets.
    
Fixed by revision [9470] in version: 3.3.11.0