xdcc-grabscher
xdcc-grabscher copied to clipboard
API Documentation is missing
API Documentation is missing
example:
/// <summary>
/// Gets the source.
/// </summary>
/// <returns>The source.</returns>
/// <param name="url">URL.</param>
Which API do you mean exactly? Source code, plugin system, ...?
Both source code and plugin system.
Edit: When I created this issue, I was thinking about the source code.
I didn't have too much trouble writing a plugin, because the code is pretty clean has sane namespaces and naming conventions. Just one of those habbits that I have from work, where GhostDoc/StyleCop/ReSharper will tell me to comment everything.