add new format for jsdoc
This commit is contained in:
parent
eeb2b01574
commit
7c96a53766
19 changed files with 2575 additions and 24 deletions
|
@ -93,6 +93,12 @@ div.part > div.desc {
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
pre.source {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
div.container-overview > .desc > pre,
|
||||
div.part > pre {
|
||||
margin: 0px;
|
||||
|
@ -194,3 +200,15 @@ h4, h4 a
|
|||
.compact-method * {
|
||||
word-spacing: 0px;
|
||||
}
|
||||
|
||||
h3 > a.title {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h5 {
|
||||
margin-block-start: 0;
|
||||
margin-block-end: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue