Notice how many of the comments for this structure are inherited from its superclass. @brief This is a sample brief for `some_other_struct`
| 56 | /// Notice how many of the comments for this structure are inherited from its superclass. |
| 57 | /// @brief This is a sample brief for `some_other_struct` |
| 58 | struct some_other_struct : public some_struct { |
| 59 | void virtual_function() override; |
| 60 | }; |
| 61 | |
| 62 | /// @brief some template function |
| 63 | /// @tparam T The type of thing being returned |
nothing calls this directly
no outgoing calls
no test coverage detected