fix(doxygen-awesome): moved to deps dir

This commit is contained in:
2024-09-22 20:03:22 +03:00
parent a5374daa6f
commit f4b5dc0ce0
5 changed files with 9 additions and 16 deletions

4
.gitmodules vendored
View File

@ -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

View File

@ -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.

View File

@ -9,14 +9,11 @@ c++ encoding/decoding from arbitrary base
<img src="https://repology.org/badge/latest-versions/libbasen.svg" alt="latest packaged version(s)">
</a>
---
## 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)

1
deps/doxygen-awesome-css vendored Submodule