From 296cd8fcdb45afb75e2a9ffe3c7d6baf5629f2eb Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 24 Feb 2021 22:04:14 +1100 Subject: [PATCH] [docs][JITLink] Make ``ObjectLinkingLayer`` not a paragraph start. More experiments as I try to placate sphinx. --- docs/JITLink.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/JITLink.rst b/docs/JITLink.rst index fbdae9ac09d..d7a828f502a 100644 --- a/docs/JITLink.rst +++ b/docs/JITLink.rst @@ -47,11 +47,11 @@ Either way, when an object is emitted the ObjectLinkingLayer constructs a ``link`` function. -``ObjectLinkingLayer`` provides a plugin API, -``ObjectLinkingLayer::Plugin``, which users can subclass in order to -inspect and modify `LinkGraph`s at link time, and react to important JIT events -(such as an object being emitted into target memory). This enables many features -and optimizations that were not possible under MCJIT or RuntimeDyld. +The ``ObjectLinkingLayer`` class provides a plugin API, +``ObjectLinkingLayer::Plugin``, which users can subclass in order to inspect and +modify `LinkGraph`s at link time, and react to important JIT events (such as an +object being emitted into target memory). This enables many features and +optimizations that were not possible under MCJIT or RuntimeDyld. ObjectLinkingLayer Plugins --------------------------