parrotcode: checks for missing function documentation | |
Contents | Tests |
t/codingstd/c_function_docs.t - checks for missing function documentation
# test all files
% prove t/codingstd/c_function_docs.t
# test specific files
% perl t/codingstd/c_function_docs.t src/foo.c include/parrot/bar.h
Checks that all C language source files have documentation for each function declared.
Paul Cochrane <paultcochrane at gmail dot com>
|