Changes in / [8eecb9f:2eb52bd]
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r8eecb9f r2eb52bd 234 234 uninstall_python \ 235 235 check_clean_python 236 237 coverage_cycle: coverage_zero_counters coverage_report 238 239 coverage_zero_counters: 240 lcov --zerocounters --directory . 236 241 237 242 coverage: export CFLAGS=--coverage … … 247 252 lcov -a build/coverage_python.info -a build/coverage_lib.info -o build/coverage.info 248 253 254 # make sure we don't build the doc, which builds a temporary python module 255 coverage_report: export WAFOPTS += --disable-docs 249 256 coverage_report: coverage 250 257 genhtml build/coverage.info --output-directory lcov_html -
doc/py_utils.rst
r8eecb9f r2eb52bd 28 28 29 29 .. autofunction:: miditofreq 30 31 .. python/ext/py-musicutils.h 32 33 .. autofunction:: meltohz 34 35 .. autofunction:: hztomel 30 36 31 37 .. python/ext/aubiomodule.c
Note: See TracChangeset
for help on using the changeset viewer.