We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdc696 commit 123d24eCopy full SHA for 123d24e
docs/source/compilation-databases.rst
@@ -68,7 +68,9 @@ to actually run :code:`make`.
68
executed, allowing us to generate compilation databases without also
69
building the application. Other tools (like Bear) may require a build.
70
71
-In this case, it contains::
+In this case, it contains:
72
+
73
+.. code :: json
74
75
[
76
{
@@ -102,7 +104,9 @@ compilation database for the GPU.
102
104
103
105
As expected, we can see that the compilation database refers to ``gpu.cpp``
106
instead of ``cpu.cpp``, and that the ``GPU_OFFLOAD`` macro is defined as part
-of each compilation command::
107
+of each compilation command:
108
109
110
111
112
0 commit comments