Skip to content

Commit de00708

Browse files
authored
[SYCLomatic][DOC] Adding new intercept-build option. (#1572)
Adding new intercept-build option and its description. Signed-off-by: Lizzie Apel <taryn.e.apel@intel.com>
1 parent 4c873a0 commit de00708

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/_include_files/options_def.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,18 @@ The preference of helper function usage in migration. Value:
263263

264264

265265

266+
.. _opt-intercept-build:
267+
268+
``--intercept-build``
269+
270+
.. _desc-intercept-build:
271+
272+
Intercept build tool to generate a compilation database.
273+
274+
.. _end-intercept-build:
275+
276+
277+
266278
.. _opt-in-root:
267279

268280
``--in-root=<dir>``

docs/dev_guide/command-line-options-reference.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ in alphabetical order.
138138
- .. include:: /_include_files/options_def.rst
139139
:start-after: desc-helper-func-pref:
140140
:end-before: end-helper-func-pref:
141+
* - .. include:: /_include_files/options_def.rst
142+
:start-after: opt-intercept-build:
143+
:end-before: desc-intercept-build:
144+
- .. include:: /_include_files/options_def.rst
145+
:start-after: desc-intercept-build:
146+
:end-before: end-intercept-build:
141147
* - .. include:: /_include_files/options_def.rst
142148
:start-after: opt-in-root:
143149
:end-before: desc-in-root:

0 commit comments

Comments
 (0)