docs: add StarUML HTML API reference documentation export

1,758 HTML files generated from StarUML project_export_doc containing
full API reference for all ~200 classes, operations, attributes, and
documentation across all 13 modules.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
yusyus
2026-03-22 12:29:14 +03:00
parent 30b877274b
commit 6b54988db5
1758 changed files with 742844 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
.bonsai,
.bonsai li {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
.bonsai li {
position: relative;
padding-left: 1.3em; /* padding for the thumb */
}
li .thumb {
margin: -1px 0 0 -1em; /* negative margin into the padding of the li */
position: absolute;
cursor: pointer;
}
li.has-children > .thumb:after {
content: '▸';
}
li.has-children.expanded > .thumb:after {
content: '▾';
}
li.collapsed > ol.bonsai {
height: 0;
overflow: hidden;
}
.bonsai .all,
.bonsai .none {
cursor: pointer;
}