Hi,
Docmods does not work correct when two functions from different types share the same name:
I had a look into the docmods source but feel unable to find a fix for this (I'm not that familiar with parser stuff). Don't know if this matters, but I got this problem with two types located in two different include-files of my module.
A fix for this would be very nice...
Best regards
Jake
Docmods does not work correct when two functions from different types share the same name:
Rem bbdoc: Type TA Endrem Type TA Rem bbdoc: Create and initialize TA Endrem Function Create:TA(somevalue$) End Function End Type Rem bbdoc: Type TB Endrem Type TB Rem bbdoc: Another Create Function Endrem Function Create:TB() End Function End Type
I had a look into the docmods source but feel unable to find a fix for this (I'm not that familiar with parser stuff). Don't know if this matters, but I got this problem with two types located in two different include-files of my module.
A fix for this would be very nice...
Best regards
Jake

