From 2bfe283b68dabfa6cfcbc3e46ab619a222354a6a Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 9 Apr 2023 21:48:04 +0200 Subject: doc: Add support for extra css to api documentation --- doc/apidoc.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/apidoc.css (limited to 'doc/apidoc.css') 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 } -- cgit v1.2.3 From 9b7586ae13a6a874993ab2a31ab4196548c405f8 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 11 Apr 2023 16:58:17 +0200 Subject: Fix typo --- doc/apidoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/apidoc.css') diff --git a/doc/apidoc.css b/doc/apidoc.css index b180c415..70594e17 100644 --- a/doc/apidoc.css +++ b/doc/apidoc.css @@ -1,3 +1,3 @@ -/* Use this file to customize styling Ledger API Documentation of generated with doxygen */ +/* Use this file to customize styling of Ledger API documentation generated with doxygen */ img.footer { width: 50px } -- cgit v1.2.3