Documented Array and Vector containers.
This commit is contained in:
BIN
.ehs-docs-config.doxyfile.kate-swp
Normal file
BIN
.ehs-docs-config.doxyfile.kate-swp
Normal file
Binary file not shown.
@@ -12,9 +12,13 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Generating Documentation
|
||||
run: |
|
||||
doxygen ehs-docs-config.doxyfile
|
||||
|
||||
- name: Installing Dependencies
|
||||
run: |
|
||||
sudo pacman -S --noconfirm zip alsa-lib libxcb xcb-util-cursor
|
||||
sudo pacman -S --noconfirm doxygen zip alsa-lib libxcb xcb-util-cursor
|
||||
|
||||
- name: Building/Compiling Project
|
||||
run: |
|
||||
@@ -30,7 +34,7 @@ jobs:
|
||||
mv libEHS.a lib
|
||||
|
||||
- name: Zipping Binaries
|
||||
run: zip -r ehs-linux-amd64.zip include bin lib
|
||||
run: zip -r ehs-linux-amd64.zip include bin lib docs
|
||||
|
||||
- uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
@@ -51,7 +55,11 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Installing Dependencies
|
||||
run: sudo apt install -y zip libasound2-dev libxcb1-dev libxcb-xinput-dev libxcb-cursor-dev
|
||||
run: sudo apt install -y doxygen zip libasound2-dev libxcb1-dev libxcb-xinput-dev libxcb-cursor-dev
|
||||
|
||||
- name: Generating Documentation
|
||||
run: |
|
||||
doxygen ehs-docs-config.doxyfile
|
||||
|
||||
- name: Building/Compiling Project
|
||||
run: |
|
||||
@@ -67,7 +75,7 @@ jobs:
|
||||
mv libEHS.a lib
|
||||
|
||||
- name: Zipping Binaries
|
||||
run: zip -r ehs-linux-aarch64.zip include bin lib
|
||||
run: zip -r ehs-linux-aarch64.zip include bin lib docs
|
||||
|
||||
- uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
|
2854
ehs-docs-config.doxyfile
Normal file
2854
ehs-docs-config.doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user