Android Question Add description to custom library

Hi all, as you know each native library in B4A , probably has some descripton for its methods. for example :
2021-12-19_16h11_12.png

as you see , i displayed the description of "AddNonQueryToBatch" method that exist in SQL library.
how i can add similar descriptions to methods of my custom libraries?
fo example i created a library and named SnackBar. when i want to use it ,(naturally) no description appears:
2021-12-19_16h21_02.png
 
Top