#pragma once


/**
 * This class is in a subproject of cppdoc_test.
 */
class ClassInSubProject
{
public:
    /**
     * This function says hello.
     */
    void hello();
};