B4J Question description notes compiling to library

rbirago

Active Member
Licensed User
Longtime User
Create a B4X library from modules is very simple...and giving to the methods some hints is simple using line comments just before the Sub...but how to add description hints to the properties, to the classes and to the library itself? I tried in many ways and I've not found answers on the forum.
Is there anyone can help me?

Thanks in advance
Roberto
 

Cableguy

Expert
Licensed User
Longtime User
What exactly are you trying to achieve?

You can add the hints to the class methods/properties in the exact same way, by placing comments just before the corresponding sub, you can even multiline them.
as to adding tooltips to classes and libs, I don't remember any lib to have a tooltip for the lib itself, nor a class.
 
Upvote 0
Top