test to try to get doc working

object.cpp

Committer:
skyscraper
Date:
2020-03-28
Revision:
2:d96d40a3858c
Parent:
0:9b7c45516b5b

File content as of revision 2:d96d40a3858c:


/**
 * Some docs
 */
#include "object.h"

/**
 * Constructor
 */
Object::Object(){}

int main()
{
    
}