Per Object Diagram document, "Hide attributes, methods..." feature is common with class diagrams. But it doesn't seem to be working. See example on plantuml server, where I have tried various commands, both above and below the object declaration, but it doesn't hide the members.
My understanding is that the "empty" box below the object name should be hidden, as it happens in case of class diagrams. What am I missing here?
hide empty members
hide object members
hide object fields
object Bob
hide empty members
hide object members
hide object fields
