Skip to content

Add AbstractAccount documentation

Joshua Goins requested to merge work/josh/cpp-docs into master

I think it's about time we start seriously documenting the C++ API, so it's a little less confusing. Here's a small sample, a fully documented AbstractAccount API! Some methods already had comments, so this just fully fleshes it out including \see's, enum variant descriptions and more. Also pruned some unused methods and signals.

Merge request reports