Index: native_client_sdk/src/doc/doxygen/rst_index.py |
diff --git a/native_client_sdk/src/doc/doxygen/rst_index.py b/native_client_sdk/src/doc/doxygen/rst_index.py |
index 35e4f020bd681555da30eafbee2b2424249ce2b8..9f07278762f7760519d354d70bb64d7ba094974b 100755 |
--- a/native_client_sdk/src/doc/doxygen/rst_index.py |
+++ b/native_client_sdk/src/doc/doxygen/rst_index.py |
@@ -18,11 +18,12 @@ VALID_CHANNELS = ('stable', 'beta', 'dev') |
ROOT_FILE_CONTENTS = """\ |
.. _pepper_%(channel)s_index: |
- |
:orphan: |
.. DO NOT EDIT! This document is auto-generated by doxygen/rst_index.py. |
+.. include:: /migration/deprecation.inc |
+ |
######################################## |
Pepper API Reference (%(channel_title)s) |
######################################## |
@@ -44,6 +45,8 @@ C_FILE_CONTENTS = """\ |
.. DO NOT EDIT! This document is auto-generated by doxygen/rst_index.py. |
+.. include:: /migration/deprecation.inc |
+ |
########################################## |
Pepper C API Reference (%(channel_title)s) |
########################################## |
@@ -86,6 +89,8 @@ CPP_FILE_CONTENTS = """\ |
.. DO NOT EDIT! This document is auto-generated by doxygen/rst_index.py. |
+.. include:: /migration/deprecation.inc |
+ |
############################################ |
Pepper C++ API Reference (%(channel_title)s) |
############################################ |