specify namespace scope for doxygen
This commit is contained in:
@@ -11,8 +11,17 @@
|
||||
|
||||
namespace yaze {
|
||||
namespace app {
|
||||
|
||||
/**
|
||||
* @namespace yaze::app::emu
|
||||
* @brief SNES Emulation and debugging tools.
|
||||
*/
|
||||
namespace emu {
|
||||
|
||||
/**
|
||||
* @class Emulator
|
||||
* @brief A class for emulating and debugging SNES ROMs.
|
||||
*/
|
||||
class Emulator : public SharedROM {
|
||||
public:
|
||||
void Run();
|
||||
|
||||
Reference in New Issue
Block a user