Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable doxygen for private header API #549

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions include/aws/crt/mqtt/private/Mqtt5ClientCore.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*! \cond DOXYGEN_PRIVATE
** Hide API from this file in doxygen. Set DOXYGEN_PRIVATE in doxygen
** config to enable this file for doxygen.
*/
#pragma once
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Expand Down Expand Up @@ -253,3 +257,4 @@ namespace Aws
} // namespace Mqtt5
} // namespace Crt
} // namespace Aws
/*! \endcond */
5 changes: 5 additions & 0 deletions include/aws/crt/mqtt/private/MqttConnectionCore.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*! \cond DOXYGEN_PRIVATE
** Hide API from this file in doxygen. Set DOXYGEN_PRIVATE in doxygen
** config to enable this file for doxygen.
*/
#pragma once
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Expand Down Expand Up @@ -388,3 +392,4 @@ namespace Aws
} // namespace Mqtt
} // namespace Crt
} // namespace Aws
/*! \endcond */
5 changes: 5 additions & 0 deletions source/mqtt/Mqtt5ClientCore.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*! \cond DOXYGEN_PRIVATE
** Hide API from this file in doxygen. Set DOXYGEN_PRIVATE in doxygen
** config to enable this file for doxygen.
*/
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
Expand Down Expand Up @@ -651,3 +655,4 @@ namespace Aws
} // namespace Mqtt5
} // namespace Crt
} // namespace Aws
/*! \endcond */
5 changes: 5 additions & 0 deletions source/mqtt/MqttConnectionCore.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*! \cond DOXYGEN_PRIVATE
** Hide API from this file in doxygen. Set DOXYGEN_PRIVATE in doxygen
** config to enable this file for doxygen.
*/
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
Expand Down Expand Up @@ -917,3 +921,4 @@ namespace Aws
} // namespace Mqtt
} // namespace Crt
} // namespace Aws
/*! \endcond */