Added some class descriptions and Doxygen config.

This commit is contained in:
Eelke Klein 2017-02-01 20:00:03 +01:00
parent 343390ff38
commit 43c3835350
4 changed files with 2464 additions and 0 deletions

View file

@ -21,6 +21,9 @@ typedef std::shared_ptr<ExplainTreeModelItem> ExplainTreeModelItemPtr;
* 4. rows
* 5. loops
*/
/** \brief Model class for displaying the explain of a query in a tree like format.
*/
class ExplainTreeModelItem: public std::enable_shared_from_this<ExplainTreeModelItem> {
public:
typedef std::shared_ptr<ExplainTreeModelItem> ItemPtr;