File: check-pod

package info (click to toggle)
daemon 0.6.4-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 2,600 kB
  • ctags: 2,389
  • sloc: ansic: 28,824; sh: 3,036; perl: 594; makefile: 304
file content (10 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# Perform all the other pod checks on all modules.

[ "${0%/*}" = "$0" ] && path="./" || path="${0%/*}/"

${path}check-pod-prototypes *.c
${path}check-pod-header *.c
${path}check-pod-synopsis *.c