rikkimax / alphaPhobos

Assume License: Boost
11 stars 1 forks source link

uri: documentation #4

Closed dhasenan closed 8 years ago

dhasenan commented 8 years ago

There's almost no documentation on any member in the uri module.

rikkimax commented 8 years ago

Every member is either /// or has a full on ddoc comment. Unfortunately my website is down right now. If it wasn't I would link an (old) generated documentation for it, which shows this to be the case.

And in almost all cases there will be a unittest shown as an example.

dhasenan commented 8 years ago

An empty documentation comment is not documentation. It's just telling ddoc not to hide the existence of that member.

rikkimax commented 8 years ago

Almost every function and method includes a unit test which is part of the DDOC as an example. If you have something in mind, please PR it.