diff --git a/libcxx/docs/UsingLibcxx.rst b/libcxx/docs/UsingLibcxx.rst index dea4ab53d203..e6b22bbcce83 100644 --- a/libcxx/docs/UsingLibcxx.rst +++ b/libcxx/docs/UsingLibcxx.rst @@ -127,7 +127,7 @@ provide pretty-printers itself. Those can be used as: include-what-you-use (IWYU) =========================== -libc++ provides an IWYU `mapping file `, +libc++ provides an IWYU `mapping file `_, which drastically improves the accuracy of the tool when using libc++. To use the mapping file with IWYU, you should run the tool like so: @@ -135,7 +135,7 @@ IWYU, you should run the tool like so: $ include-what-you-use -Xiwyu /path/to/libcxx/include/libcxx.imp file.cpp -If you would prefer to not use that flag, then you can replace ``/path/to/include-what-you-use/share/libcxx.imp``` +If you would prefer to not use that flag, then you can replace ``/path/to/include-what-you-use/share/libcxx.imp`` file with the libc++-provided ``libcxx.imp`` file. .. _termination-handler: