Skip to content

Commit 02a16a4

Browse files
committed
Add Project class description
1 parent f4fe3d5 commit 02a16a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/scratchcpp/project.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class ProjectPrivate;
1414

1515
class IEngine;
1616

17+
/*! \brief The Project class provides API for reading and running Scratch projects. */
1718
class LIBSCRATCHCPP_EXPORT Project
1819
{
1920
public:

0 commit comments

Comments
 (0)