aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 17:22:03 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 17:22:03 +0300
commitd1350165d9202281d158b65bef25d96253e82a89 (patch)
tree70c88ec7c8e4f24597cf1299fce9d94520ef0f27
parenta0aa77de0751584048992a14081a2e533eec463f (diff)
downloadek-d1350165d9202281d158b65bef25d96253e82a89.tar.gz
ek-d1350165d9202281d158b65bef25d96253e82a89.zip
start working on docs
-rw-r--r--Makefile3
-rw-r--r--docs/doxygen-kmi.css (renamed from docs/doxygen-apos.css)0
-rw-r--r--docs/doxygen.conf2
3 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b4327c..658cc4f 100644
--- a/Makefile
+++ b/Makefile
@@ -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