[llvm-bugs] [Bug 47360] New: Stylesheet link in index.html is not correct
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Aug 30 16:56:58 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=47360
Bug ID: 47360
Summary: Stylesheet link in index.html is not correct
Product: clang-tools-extra
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: clang-doc
Assignee: unassignedclangbugs at nondot.org
Reporter: gandhi21299 at gmail.com
CC: llvm-bugs at lists.llvm.org, phosek at chromium.org
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200830/e2127999/attachment.html>
More information about the llvm-bugs
mailing list