Skip to content

Commit 32ed64a

Browse files
doc: start using autodoc
1 parent 2ab94c3 commit 32ed64a

17 files changed

+470
-473
lines changed

.github/workflows/ubuntu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
include:
3737
- only-needed: true
3838
pkgs-to-clone: digraphs/graphviz
39-
pkgs-to-build: io orb datastructures
39+
pkgs-to-build: io orb datastructures autodoc
4040
- only-needed: false
4141
pkgs-to-clone: NautyTracesInterface digraphs/graphviz
42-
pkgs-to-build: io orb datastructures grape NautyTracesInterface
42+
pkgs-to-build: io orb datastructures grape NautyTracesInterface autodoc
4343

4444
steps:
4545
- uses: actions/checkout@v4

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ missing
5858
src/pkgconfig.h.in
5959
tags
6060
tst/out/
61+
_*.xml

0 commit comments

Comments
 (0)