<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Stylesheet link in index.html is not correct"
   href="https://bugs.llvm.org/show_bug.cgi?id=47360">47360</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Stylesheet link in index.html is not correct
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang-tools-extra
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>release blocker
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>clang-doc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>gandhi21299@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org, phosek@chromium.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Following is the command that I ran:

./clang-doc --format=html \
--output=docs \
--stylesheets="../../../clang-tools-extra/clang-doc/assets/clang-doc-default-stylesheet.css"
\
--filter=/home/anshil/workspace/LLVM/llvm-project/llvm/lib/Support/CodeGenCoverage.cpp
\
compile_commands.json

This command appears to not have any effect on writing the <link ... /> for
linking with the stylesheet I specified in the above command. In particular, it
assumes that the CSS stylesheet clang-doc-default-stylesheet.css is in the same
directory as the generated index.html.

Possible solutions:
1. Resolve the relative path to the stylesheet in the <link ... />
2. Copy over the stylesheet to the location of index.html.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>