fix(cuviliniear.cpp): removed unused BSD proc header

This commit is contained in:
2026-03-20 13:26:18 -04:00
parent 321abd63bb
commit e46badd5c1
329 changed files with 1 additions and 28723 deletions

View File

@@ -1,22 +0,0 @@
name: publish
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: set version
run: echo "PROJECT_NUMBER = `git describe --tags`" >> Doxyfile
- name: Generate Documentation
uses: mattnotmitt/doxygen-action@edge
- name: Publish generated content to GitHub Pages
uses: tsunematsu21/actions-publish-gh-pages@v1.0.2
with:
dir: docs/html
branch: gh-pages
token: ${{ secrets.ACCESS_TOKEN }}