Bug? (Invalid description) in Intellisense for a Class module Sub

agraham

Expert
Licensed User
Longtime User
This may be a known feature - but it's new to me. If there is an ampersand character in a comment for a Sub in a class then Intellisense shows 'Invalid description)'

B4X:
' The left X & Y parameters are now one point of the triangle, the right X & Y parameters another point
Public Sub SomeSub  
End Sub
 

DonManfred

Expert
Licensed User
Longtime User
I guess a & must be escaped? /& or && maybe?
 
Top