<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2018-06-11 6:29 GMT+02:00 Demosthenes Koptsis <span dir="ltr"><<a href="mailto:demosthenesk@gmail.com" target="_blank">demosthenesk@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">hello,<br>
<br>
when we write a gambas function in editor the autocomplete system shows a preview of the function with comments from the help wiki.<br>
<br>
in my library functions can i add comments which they are been shown on autocomplete.<br>
<br>
For now only the function declaration is shown without any help comments.<br>
<br>
Thanks Dim<br>
<br>
<br></blockquote><div><br></div><div>In the Component Class modules, this is done as follows:<br><br>'' Explain what the property does<br>Property Goofy as String<br><br>'' Explain what the routine does<br>Public Sub Foo()<br>  ...<br>End<br><br>It could also be the same for libraries</div><div><br></div><div>Regards</div><div>Gianluigi<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div><br></div></div>