Skip to content

changed doxygen comment style #2

changed doxygen comment style

changed doxygen comment style #2

Workflow file for this run

name: Documentation
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: maxverbeek/javadoc-to-markdown@v1.4
with:
headerfile: lib/ocular.h
outdir: Documentation
- name: Upload Documentation to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "Documentation"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}