diff --git a/.gitmodules b/.gitmodules index 45a505e..7341a28 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "distrib/arch"] path = distrib/arch url = https://aur.archlinux.org/libbasen.git -[submodule "doxygen-awesome-css"] - path = doxygen-awesome-css +[submodule "deps/doxygen-awesome-css"] + path = deps/doxygen-awesome-css url = https://github.com/jothepro/doxygen-awesome-css.git diff --git a/Doxyfile b/Doxyfile index e33bfa5..0f2bb47 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1421,9 +1421,9 @@ HTML_STYLESHEET = # documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \ - doxygen-awesome-css/doxygen-awesome-sidebar-only.css \ - doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css +HTML_EXTRA_STYLESHEET = deps/doxygen-awesome-css/doxygen-awesome.css \ + deps/doxygen-awesome-css/doxygen-awesome-sidebar-only.css \ + deps/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.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 @@ -1433,8 +1433,8 @@ HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \ # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js \ - doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js +HTML_EXTRA_FILES = deps/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js \ + deps/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js # The HTML_COLORSTYLE tag can be used to specify if the generated HTML output # should be rendered with a dark or light theme. diff --git a/README.md b/README.md index b40cd5f..2384cac 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,11 @@ c++ encoding/decoding from arbitrary base latest packaged version(s) ---- - ## Contents + - [Installation](#installation) - [Contributing](#contributing) ---- - ## Installation Automatically from specified repositories: @@ -45,8 +42,6 @@ And also flag for dynamic linking (if possible): make tools -j $(nproc) SHARED= ``` ---- - ## Contributing Main branch is under protection rules, so you should create pull request. After merging will be runned [authors.sh](https://github.com/vSEK1RO/libbasen/blob/main/authors.sh) for adding all contributors usernames and their number of commits to [AUTHORS](https://github.com/vSEK1RO/libbasen/blob/main/AUTHORS) file. @@ -56,6 +51,4 @@ Now we would like to implement the following features: - BCH - Bech32 ---- - [⬆️ Contents](#contents) diff --git a/deps/doxygen-awesome-css b/deps/doxygen-awesome-css new file mode 160000 index 0000000..cc1bee0 --- /dev/null +++ b/deps/doxygen-awesome-css @@ -0,0 +1 @@ +Subproject commit cc1bee08048035a81eff21e45a8d69e1e7962c3f diff --git a/doxygen-awesome-css b/doxygen-awesome-css deleted file mode 160000 index 40e9b25..0000000 --- a/doxygen-awesome-css +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 40e9b25b6174dd3b472d8868f63323a870dfeeb8