mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-23 13:09:17 +00:00
Version 3,.2.0
Also rebuilt the docs.
This commit is contained in:
parent
f3f5a98ae8
commit
3bab692498
96 changed files with 635 additions and 490 deletions
|
@ -1,4 +1,4 @@
|
|||
/* The standard CSS for doxygen 1.11.0*/
|
||||
/* The standard CSS for doxygen 1.13.0*/
|
||||
|
||||
html {
|
||||
/* page base colors */
|
||||
|
@ -1445,7 +1445,7 @@ table.fieldtable {
|
|||
padding: 3px 7px 2px;
|
||||
}
|
||||
|
||||
.fieldtable td.fieldtype, .fieldtable td.fieldname {
|
||||
.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fieldinit {
|
||||
white-space: nowrap;
|
||||
border-right: 1px solid var(--memdef-border-color);
|
||||
border-bottom: 1px solid var(--memdef-border-color);
|
||||
|
@ -1456,6 +1456,12 @@ table.fieldtable {
|
|||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.fieldtable td.fieldinit {
|
||||
padding-top: 3px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.fieldtable td.fielddoc {
|
||||
border-bottom: 1px solid var(--memdef-border-color);
|
||||
}
|
||||
|
@ -1804,6 +1810,11 @@ dl.invariant dt, dl.pre dt, dl.post dt {
|
|||
padding: 2px 0px;
|
||||
}
|
||||
|
||||
#side-nav #projectname
|
||||
{
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
#projectbrief
|
||||
{
|
||||
font-size: 90%;
|
||||
|
@ -1910,20 +1921,17 @@ div.toc ul {
|
|||
padding: 0px;
|
||||
}
|
||||
|
||||
div.toc li[class^='level'] {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
div.toc li.level1 {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
div.toc li.level2 {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
div.toc li.level3 {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
div.toc li.level4 {
|
||||
margin-left: 15px;
|
||||
div.toc li.empty {
|
||||
background-image: none;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
span.emoji {
|
||||
|
@ -2194,10 +2202,14 @@ th.markdownTableHeadCenter, td.markdownTableBodyCenter {
|
|||
text-align: center
|
||||
}
|
||||
|
||||
tt, code, kbd, samp
|
||||
tt, code, kbd
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
tt, code, kbd
|
||||
{
|
||||
vertical-align: top;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
u {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue