diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-30 17:22:03 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-30 17:22:03 +0300 |
| commit | d1350165d9202281d158b65bef25d96253e82a89 (patch) | |
| tree | 70c88ec7c8e4f24597cf1299fce9d94520ef0f27 | |
| parent | a0aa77de0751584048992a14081a2e533eec463f (diff) | |
| download | ek-d1350165d9202281d158b65bef25d96253e82a89.tar.gz ek-d1350165d9202281d158b65bef25d96253e82a89.zip | |
start working on docs
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | docs/doxygen-kmi.css (renamed from docs/doxygen-apos.css) | 0 | ||||
| -rw-r--r-- | docs/doxygen.conf | 2 |
3 files changed, 4 insertions, 1 deletions
@@ -62,3 +62,6 @@ clean: .PHONY: clean_docs clean_docs: @$(RM) -r docs/output + +.PHONY: clean_all +clean_all: clean clean_docs diff --git a/docs/doxygen-apos.css b/docs/doxygen-kmi.css index 39d144e..39d144e 100644 --- a/docs/doxygen-apos.css +++ b/docs/doxygen-kmi.css diff --git a/docs/doxygen.conf b/docs/doxygen.conf index 6b972dd..94a6e76 100644 --- a/docs/doxygen.conf +++ b/docs/doxygen.conf @@ -1331,7 +1331,7 @@ HTML_STYLESHEET = # list). For an example see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = docs/doxygen-apos.css +HTML_EXTRA_STYLESHEET = docs/doxygen-kmi.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note |
