``` """ Object Parameters: - `x`: Stores information. """ @concrete terse struct Object x end ``` This throws an error: ``` '@concrete' not documentable. See 'Base.@__doc__' docs for details. ```
This throws an error: