mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
More doxygen
This commit is contained in:
@@ -726,6 +726,7 @@ void DoClipLeftOrRight
|
||||
|
||||
}
|
||||
|
||||
/// Namespace for functions for Clip menu
|
||||
namespace ClipActions {
|
||||
|
||||
// exported helper functions
|
||||
|
@@ -9,6 +9,7 @@
|
||||
namespace {
|
||||
}
|
||||
|
||||
/// Namespace for helper functions for Extra menu
|
||||
namespace ExtraActions {
|
||||
|
||||
// exported helper functions
|
||||
|
@@ -242,6 +242,7 @@ void EditClipboardByLabel(
|
||||
|
||||
}
|
||||
|
||||
/// Namespace for functions for Edit Label submenu
|
||||
namespace LabelEditActions {
|
||||
|
||||
// exported helper functions
|
||||
|
@@ -290,6 +290,7 @@ void DoNextTrack(
|
||||
|
||||
}
|
||||
|
||||
/// Namespace for functions for project navigation menu (part of Extra menu)
|
||||
namespace NavigationActions {
|
||||
|
||||
// exported helper functions
|
||||
|
@@ -22,6 +22,7 @@ void SetTool(AudacityProject &project, int tool)
|
||||
|
||||
}
|
||||
|
||||
/// Namespace for functions for View Toolbar menu
|
||||
namespace ToolbarActions {
|
||||
|
||||
// exported helper functions
|
||||
|
@@ -48,6 +48,7 @@ void DoMacMinimize(AudacityProject *project)
|
||||
|
||||
}
|
||||
|
||||
/// Namespace for functions for window management (mac only?)
|
||||
namespace WindowActions {
|
||||
|
||||
// exported helper functions
|
||||
|
Reference in New Issue
Block a user