<@U092N7GGG> Can I add possibility to use block co...
# kontributors
s
@yole Can I add possibility to use block comments for InTextDirectivesUtils, for usage like
Copy code
/* getMethodsByName: staticMethodOfObject 1
*   B1.staticMethodOfObject static
*/
/* getMethodsByName: nonStaticMethodOfObject 1
*   B1.nonStaticMethodOfObject non-static
*/
//code...
So it will be used to specify directive with it's argument list As I think it would be useful