Attempting to generate documentation for a plugin which contains single-line inline functions in a header file will error out: ``` Error: --> 33:26 | 33 | FName GetName() const { return VariableName; } | ^--- | = expected snippet ```
Attempting to generate documentation for a plugin which contains single-line inline functions in a header file will error out: