Skip to content

GMR-363: make Property::documentation() return the actual documentation string

Charles Leggett requested to merge leggett/AtlasGaudi:dev/GMR-363 into atlas/v28r2

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.

see gaudi/Gaudi!363 (merged)

Edited by Charles Leggett

Merge request reports