Skip to content

Check for wxWidgets macros that don't have the wx prefix #201

Check for wxWidgets macros that don't have the wx prefix

Check for wxWidgets macros that don't have the wx prefix #201

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