Ocean
Loading...
Searching...
No Matches
MacOS.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Meta Platforms, Inc. and affiliates.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 */
7
8#ifndef META_OCEAN_PLATFORM_APPLE_MACOS_MACOS_H
9#define META_OCEAN_PLATFORM_APPLE_MACOS_MACOS_H
10
12
13namespace Ocean
14{
15
16namespace Platform
17{
18
19namespace Apple
20{
21
22namespace MacOS
23{
24
25/**
26 * @ingroup platformapple
27 * @defgroup platformapplemacos Ocean Platform Apple MacOS Library
28 * @{
29 * The Ocean Apple MacOS Library provides specific functionalities for Mac MacOS platforms.
30 * The library is available on Mac MacOS platforms only.
31 * @}
32 */
33
34/**
35 * @namespace Ocean::Platform::Apple::MacOS Namespace of the Platform Apple MacOS library.<p>
36 * The Namespace Ocean::Platform::Apple::MacOS is used in the entire Ocean Platform Apple MacOS Library.
37 */
38
39}
40
41}
42
43}
44
45}
46
47#endif // META_OCEAN_PLATFORM_APPLE_MACOS_MACOS_H
The namespace covering the entire Ocean framework.
Definition Accessor.h:15