plsqldoc {*} problem

JeffB

Member
I'm having a problem with {*} list tag. I want to list the possible return values of a function. Here's a sample I tried:

Code:
-- #return Valid values:
--         {*} 'No' Does not meet criteria
--         {*} 'Yes' Meets criteria
Instead of a bulleted list, I get:

Code:
Valid values: {*} 'No' Does not meet criteria {*} 'Yes' Meets criteria
Am I missing something?
 
I've got the same problem...

Seems to be completely ignoring {*} as a known tag.

Was there a resolution to this problem???

Doug
 
Back
Top