diff options
author | David Robillard <d@drobilla.net> | 2023-09-23 20:41:07 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-23 20:41:07 -0400 |
commit | 59ecedfe4943bd0df28f79a4d068388a20c95c6c (patch) | |
tree | 0157fd5af14847292d132dbe065195f04f5c3194 /doc | |
parent | 9cdd960797001655c372388a68f78b50c31b38be (diff) | |
download | lv2-59ecedfe4943bd0df28f79a4d068388a20c95c6c.tar.xz |
Fix formatting of documentation code snippets
Diffstat (limited to 'doc')
-rw-r--r-- | doc/c/doxy-style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/c/doxy-style.css b/doc/c/doxy-style.css index b44675e..6f15ee4 100644 --- a/doc/c/doxy-style.css +++ b/doc/c/doxy-style.css @@ -208,6 +208,10 @@ dl.el { font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; } +.ttc { + display: none; +} + pre.fragment { border: 1px solid #C4C4C4; background-color: #F9F9F9; |