Skip to content

If areas have the same color, then draw a contrasting line between them #45

If areas have the same color, then draw a contrasting line between them

If areas have the same color, then draw a contrasting line between them #45

Workflow file for this run

name: doxygen
on: [push]
jobs:
build:
name: doxygen-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install doxygen
run: |
sudo apt install doxygen
- name: run doxygen
run: |
doxygen Doxyfile