class that is annonymus */
| 230 | /* class |
| 231 | that is annonymus */ |
| 232 | struct InAnonymousNamspace { |
| 233 | int someFunction(); |
| 234 | /* member |
| 235 | * doc */ |
| 236 | int member; |
| 237 | }; |
| 238 | } |
| 239 | |
| 240 | /* doc |
nothing calls this directly
no outgoing calls
no test coverage detected