Basic4android V2.00 will include a new built-in documentation feature.
Comments above subs, such as:
Will automatically appear in the pop-up window:
If you want to add a code example you can use <code> tags:
The code will be syntax highlighted:
Comments above subs, such as:
Will automatically appear in the pop-up window:
If you want to add a code example you can use <code> tags:
B4X:
'Parses a raw mail message and returns a Message object
'Mail - The mail raw text
'AttachmentsDir - Attachments will be saved in this folder
'
'Example: <code>
'Dim m As Message
'm = MailParser.ParseMail("Content-Type: text/plain; charset=" & QUOTE & "utf-8" & QUOTE, File.DirRootExternal)
'Log(m)</code>
The code will be syntax highlighted: