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
I opened a pull request that allows documentation to be built with ddox, tested with dub build -b ddox.
Note that the documentation was designed to be built with the build tool included with DSFML, and I don't really know how to leverage dub to use it or to pass the ddoc macros the build tool uses when generating documentation. The documentation built with ddox won't be fully complete because of this, since the macros do a few things to help make nice documentation.
Most source files don't have a ddoc comment (/// or /+ or /**) at the top of the file, this causes the info not to show up in ddox.
A simple fix would be to add /// at the start of each file :)
The text was updated successfully, but these errors were encountered: