On 4/11/11 2:35 PM, Nick Sabalausky wrote:
> /// Documentation here
> enum SomeOption { no, yes }
> ///ditto
> void someFunction(...parms..., SomeOption, ...more_parms...) { ... }
>
> That groups the two together, right? So solved.
Never thought of it. Facepalm etc. Thanks!
Andrei