bbdoc help, 2 examples with the same name

Community Forums/General Help/bbdoc help, 2 examples with the same name

asoed(Posted 2010) [#1]
I have some types that have methods with the same name e.g.

rem
bbdoc: bla 1
end rem
Type TMytypeA
Method Create ()
End Method
End Type

rem
bbdoc: bla 2
end rem
Type TMytypeB
Method Create ()
End Method
End Type

I would like to add 2 examples. If I make a file called 'create.bmx' in the doc folder and I see the same example on both types after I use docmods. How can I add two seperate example files? Is this possible?