8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781e3e5 commit b2cd5bbCopy full SHA for b2cd5bb
Makefile
@@ -8,6 +8,7 @@ test1:
8
cd test-1/output/perlmod; rm -f mysetting.py sample-test.py
9
cd test-1/output/perlmod; ln -s ../../../src/mysetting.py mysetting.py
10
cd test-1/output/perlmod; ln -s ../../../src/sample.py sample-test.py
11
+ cd test-1/output/perlmod; perl doxy2py.pl
12
cd test-1/output/perlmod; python3 sample-test.py --outfile=output.md
13
14
doxygen-ver-check:
0 commit comments