fix(doxygen-awesome): moved to deps dir
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -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
|
||||
|
||||
10
Doxyfile
10
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.
|
||||
|
||||
@ -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
1
deps/doxygen-awesome-css
vendored
Submodule
Submodule deps/doxygen-awesome-css added at cc1bee0804
Submodule doxygen-awesome-css deleted from 40e9b25b61
Reference in New Issue
Block a user