Skip to content

Commit

Permalink
disable doxygen for private header API
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Oct 4, 2023
1 parent 4e63460 commit 859a989
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
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 */

0 comments on commit 859a989

Please sign in to comment.