| 100 | */ |
| 101 | |
| 102 | DocMyClass *returnPointer() { |
| 103 | Capacity = 8; |
| 104 | return nullptr; |
| 105 | /** |
| 106 | * \fn DocMyClass *DocMyClass::returnPointer(); |
| 107 | * * |
| 108 | */ |
| 109 | } |
| 110 | |
| 111 | private: |
| 112 |
nothing calls this directly
no outgoing calls
no test coverage detected