diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-09 21:48:04 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-10 11:04:27 +0200 |
commit | 2bfe283b68dabfa6cfcbc3e46ab619a222354a6a (patch) | |
tree | 4e1f62fdc1198431228f9431552af0d7c3c96a2b /doc/apidoc.css | |
parent | 75c1aeb269285a41c388e416ed1cb5f1108ddb44 (diff) | |
download | fork-ledger-2bfe283b68dabfa6cfcbc3e46ab619a222354a6a.tar.gz fork-ledger-2bfe283b68dabfa6cfcbc3e46ab619a222354a6a.tar.bz2 fork-ledger-2bfe283b68dabfa6cfcbc3e46ab619a222354a6a.zip |
doc: Add support for extra css to api documentation
Diffstat (limited to 'doc/apidoc.css')
-rw-r--r-- | doc/apidoc.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/apidoc.css b/doc/apidoc.css new file mode 100644 index 00000000..b180c415 --- /dev/null +++ b/doc/apidoc.css @@ -0,0 +1,3 @@ +/* Use this file to customize styling Ledger API Documentation of generated with doxygen */ + +img.footer { width: 50px } |