swift-doc icon indicating copy to clipboard operation
swift-doc copied to clipboard

Handle name collisions with special wiki page names (Home, _Sidebar, _Footer)

Open mattt opened this issue 5 years ago • 1 comments

If a public type is named Home, _Sidebar, or _Footer, its generated documentation would be overwritten by the special page of the same name. We should add logic in the generate subcommand to handle this possibility.

mattt avatar Apr 07 '20 12:04 mattt

Since this is unlikely to happen and it's unclear what the correct should be, the best course of action would be to log a warning.

mattt avatar Sep 25 '20 12:09 mattt