Description

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.

Steps to Reproduce

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

Community References

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

0
Login to Vote

Fixed
ComponentUE - Foundation - Core
Affects Versions4.8
Target Fix4.9
Fix Commit2605847
CreatedMay 18, 2015
ResolvedJun 30, 2015
UpdatedFeb 5, 2017