Skip to content

Commit

Permalink
Added audio helpers to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MeijisIrlnd committed Aug 20, 2024
1 parent a8ecfb5 commit 72ec741
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/mostlyharmless_NamespaceDocs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ namespace mostly_harmless {
namespace macos {

}
}
}
} // namespace helpers
} // namespace gui
/**
* \brief Contains general purpose utility classes & functions
*/
Expand All @@ -36,5 +36,12 @@ namespace mostly_harmless {
namespace events {

}
}

/**
* \brief Contains audio helpers and utilities
*/
namespace audio {

}
} // namespace mostly_harmless
#endif // MOSTLYHARMLESS_MOSTLYHARMLESS_NAMESPACEDOCS_H
1 change: 1 addition & 0 deletions include/mostly_harmless/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ set(MOSTLYHARMLESS_HEADERS
${CMAKE_CURRENT_SOURCE_DIR}/utils/mostlyharmless_TaskThread.h
${CMAKE_CURRENT_SOURCE_DIR}/utils/mostlyharmless_Timer.h
${CMAKE_CURRENT_SOURCE_DIR}/events/mostlyharmless_ParamEvent.h
${CMAKE_CURRENT_SOURCE_DIR}/audio/mostlyharmless_AudioHelpers.h
${PLATFORM_HEADERS}
PARENT_SCOPE)

0 comments on commit 72ec741

Please sign in to comment.