Skip to content

make Property::documentation() return the actual documentation string

Charles Leggett requested to merge leggett/Gaudi:dev/PropertyDoc into master

Property::documentation() returns the documentation string plus the typeName of the owner. There is no way to get just the documentation string without doing some string manipulation. There is a function to get the typeName of the owner, so if a user wants the doc + type string, they can trivially form it themselves.

Merge request reports