You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the top-level of an extension to a class, although I've provided a description for the extension, it shows as "Undocumented" when the documentation is generated.
The functions in the extension are also documented, and in that case, the documentation is being rendered as expected.
Here's my source:
And here's a screenshot of the generated documentation, showing the extension itself as "Undocumented" while correctly showing documentation for the sameDayWithHour(_:, minute:, second:, nanosecond:) function:
The text was updated successfully, but these errors were encountered:
I did not. However, I just tried adding it (both ways) & regenerating the docs, and in both cases, the result was the same: still showing the top-level NSDate extension as "Undocumented".
At the top-level of an extension to a class, although I've provided a description for the extension, it shows as "Undocumented" when the documentation is generated.
The functions in the extension are also documented, and in that case, the documentation is being rendered as expected.
Here's my source:
And here's a screenshot of the generated documentation, showing the extension itself as "Undocumented" while correctly showing documentation for the
sameDayWithHour(_:, minute:, second:, nanosecond:)
function:The text was updated successfully, but these errors were encountered: