Java Question {solved}Adding code to the comments in java-library

DonManfred

Expert
Licensed User
Longtime User
How can i put B4A-Code to explain a function in a java-project which will be compiled with SLC to create a b4a-library?

Edit: DONE. I already found how
B4X:
/**
*Example:<code>
*Dim text As String
*text = File.ReadString(File.DirRootExternal, "text files/1.txt")</code>
*/
 
Top