Add Documentation on the Notes Enum
This commit is contained in:
parent
49aaadb28e
commit
fc041a37a1
|
|
@ -2,6 +2,13 @@
|
|||
// Created by gustavohenriquesantossouzademir on 24/03/2026.
|
||||
//
|
||||
|
||||
/**
|
||||
* @enum Notes
|
||||
* @brief Enum Representing the Musical Notes
|
||||
*
|
||||
* This Enum provides a datatype for the musical notes
|
||||
*/
|
||||
|
||||
#ifndef YMF262DEVBOARDSOFTWARE_NOTES_H
|
||||
#define YMF262DEVBOARDSOFTWARE_NOTES_H
|
||||
enum Notes {
|
||||
|
|
|
|||
Loading…
Reference in New Issue