If a user is attempting to apply a header comment to a function, if the following syntax is used, the editor will return the error "End of class header encountered inside comment"
/** @brief Values that represent EKFontTypeEnum.
/** @remark Add new value here when you need to have
/** a specific font type. */
Expected behavior is that the HeaderTool should be able to take this input without returning an error.
1. Create a new project
2. Create a new C++ class based off anything (Actor works)
3. In the .h file, on a line just before "virtual void BeginPlay() override;", add the following code
/** @brief Values that represent EKFontTypeEnum.
/** @remark Add new value here when you need to have
/** a specific font type. */
4. Attempt to compile (Press Ctrl+Shift+B)
5. Notice that you are given errors and the compile fails
Head over to the existing Questions & Answers thread and let us know what's up.
| 0 |
| Component | UE - Foundation - Core |
|---|---|
| Affects Versions | 4.8 |
| Target Fix | 4.9 |
| Fix Commit | 2605847 |
|---|
| Created | May 18, 2015 |
|---|---|
| Resolved | Jun 30, 2015 |
| Updated | Feb 5, 2017 |