Automated sync from github.com/tensorflow/tensorflow (#2346)

BUG=automated sync from upstream
NO_CHECK_TFLITE_FILES=automated sync from upstream
diff --git a/tensorflow/lite/core/c/c_api_types.h b/tensorflow/lite/core/c/c_api_types.h
index 268c0cc..1170025 100644
--- a/tensorflow/lite/core/c/c_api_types.h
+++ b/tensorflow/lite/core/c/c_api_types.h
@@ -24,9 +24,9 @@
 // clang-format off
 // NOLINTBEGIN(whitespace/line_length)
 /// \note Users of TensorFlow Lite should use
-///
-///     #include "tensorflow/lite/c/c_api_types.h"
-///
+/// \code
+/// #include "tensorflow/lite/c/c_api_types.h"
+/// \endcode
 /// to access the APIs documented on this page.
 // NOLINTEND(whitespace/line_length)
 // clang-format on
diff --git a/tensorflow/lite/core/c/common.h b/tensorflow/lite/core/c/common.h
index 62ad3fc..ca29104 100644
--- a/tensorflow/lite/core/c/common.h
+++ b/tensorflow/lite/core/c/common.h
@@ -40,9 +40,9 @@
 // clang-format off
 // NOLINTBEGIN(whitespace/line_length)
 /// \note Users of TensorFlow Lite should use
-///
-///     #include "tensorflow/lite/c/common.h"
-///
+/// \code
+/// #include "tensorflow/lite/c/common.h"
+/// \endcode
 /// to access the APIs documented on this page.
 // NOLINTEND(whitespace/line_length)
 // clang-format on