NAME ^

t/codingstd/c_function_docs.t - checks for missing function documentation

SYNOPSIS ^

    # 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

DESCRIPTION ^

Checks that all C language source files have documentation for each function declared.

AUTHOR ^

Paul Cochrane <paultcochrane at gmail dot com>


parrot