add docstrings for structs and enums, fixes issue #159
This commit is contained in:
parent
002e4ca4d9
commit
5593f2e392
21 changed files with 745 additions and 1174 deletions
8
docs/_static/basic.css
vendored
8
docs/_static/basic.css
vendored
|
@ -741,14 +741,6 @@ abbr, acronym {
|
|||
cursor: help;
|
||||
}
|
||||
|
||||
.translated {
|
||||
background-color: rgba(207, 255, 207, 0.2)
|
||||
}
|
||||
|
||||
.untranslated {
|
||||
background-color: rgba(255, 207, 207, 0.2)
|
||||
}
|
||||
|
||||
/* -- code displays --------------------------------------------------------- */
|
||||
|
||||
pre {
|
||||
|
|
Reference in a new issue