The new design includes a header (contains the project name), a main section, and a footer.
The main section is divided into three subsections. Left, middle, right. The left section contains the general index, the middle contains the info's data, and the right contains the index for the info's content.
The CSS has been updated.
A flag --project-name is added.
The Attributes attribute of the TagNode struct is now a vector of pairs because these attributes should be rendered in the insertion order.
The functions (cpp and js) that converts an Index tree structure into HTML were slightly modified; the first ul tag created is now a ol tag. The inner lists are still ul.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tools-extra/clang-doc/HTMLGenerator.cpp | ||
---|---|---|
487–489 ↗ | (On Diff #215624) | Would you be able to briefly comment on each of these gen*Node functions on what exactly they're doing? I'm having trouble getting a picture of what the flow is there |
523 ↗ | (On Diff #215624) | Try using getClangToolFullVersion for here? https://clang.llvm.org/doxygen/namespaceclang.html#a35fdf9e05d2640414289e62cc837bf78 |
828 ↗ | (On Diff #215624) | This isn't doing anything |