Skip to content

Commit

Permalink
doc: fix doxygen code duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiersch committed Jul 13, 2019
1 parent ed3147d commit 83ee165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cpu_cnn_training_bf16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*******************************************************************************/

/// @example cpu_cnn_training_bf16.cpp
/// @copydoc cpu_cnn_training_bf16_cpp
/// @copybrief cpu_cnn_training_bf16_cpp
///
/// @page cpu_cnn_training_bf16_cpp CNN bf16 training example
/// This C++ API example demonstrates how to build an AlexNet model training
Expand Down
2 changes: 1 addition & 1 deletion examples/cpu_cnn_training_f32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*******************************************************************************/

/// @example cpu_cnn_training_f32.cpp
/// @copydoc cpu_cnn_training_f32_cpp
/// @copybrief cpu_cnn_training_f32_cpp
///
/// @page cpu_cnn_training_f32_cpp CNN f32 training example
/// This C++ API example demonstrates how to build an AlexNet model training.
Expand Down

0 comments on commit 83ee165

Please sign in to comment.