<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/55242>55242</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            Index.html is empty on generate documentation with clang-doc
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          mariru27
      </td>
    </tr>
</table>

<pre>
    This is the error I get in console with inspect element: 

```json
Uncaught SyntaxError: Unexpected token D in JSON at position 3924
    at JSON.parse (<anonymous>)
    at HTMLDocument.<anonymous> (file:///C:/Users/User/source/repos/Project/Documentation%20(18)/index.js:85:20)
```

In my case is because of  `  \\ ` from `` index_json.js `` file 

To fix this bug you can replace `` var JsonIndex = `` with `` var JsonIndex = String.raw ``  in `` index_json.js `` file
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyFUttu2zAM_Rr5haihyHaTPPiha1qsxW5Am-dBlhlbmSwFktwmfz_KbnoDhhmESInU4RGPG9ee6sdeByCLPQJ67zzcQYcRtAXlbHAG4VnHnvbhgCoCGhzQRlZcAeMbxq9e1ks-2z44Ox9trZJj10d4ONkojzcJPF3bWjwmKGwhuj9oYZOa3T_8_AEywsEFHbWzUKxFOQMBfZRJFflB-oDAxIoV19I6exrcGFhxw8T6Q_HXx-_fNk6NiWv-qTZd32mDRIaJ29mu5802oA8vnlxwo1dIgUfiRf6Xd3uiTtEZXCayTFSCE-pilXiIW21bPOZ7ana1qmhJyfWnQb2f3p2F4QRK0tNIigZpcBS6HQAV0lJdk03xzrsBZgCYuvxOA6dW58P0sA_KPDo6O5K-CXns4ORG6mSBnmSkwvO9J-nhnqDuEiiwYnNOTOr_s-ghem273Mvnc00S838Es7Yu2nWxllnU0WA94eV9HEx6Pw6HeAL6BTq06GVEaN8Pe2akjLTdBSWy0Zu6j_EQXvXsqGBscuUG2hjzdHYXh1f5dAgjJkWrSpQi62ullk0pdnK5XHNeLMvdgi92q7IpS64EX7SZkQ2aULPqCxPC4jNMEBSzapPpWnAheMWLxYKvyiJvy1aoRl2iaNrLFpGVHAepTZ545M53ma8nSiRJoKTRIYa3pAxBdxZxakf4coy98_UgvfajWGZT73ri_hemlin5">