I have updated the parser for Method to handle this. I also needed to update the DocumentMethod method to ensure the end-result read correctly - i.e. see the above screen shot that showed:
1. Return Value title, but no value (it should have been "void")
2. Method syntax showing
"AnalogWriteRange(Range as Uint) As",
again without "void"
It now behaves as per the following:
@Erel should a return type always be specified?
@Starchild : for your information
1. Return Value title, but no value (it should have been "void")
2. Method syntax showing
"AnalogWriteRange(Range as Uint) As",
again without "void"
It now behaves as per the following:
@Erel should a return type always be specified?
@Starchild : for your information
Last edited: