| Revision 4320,
304 bytes
checked in by sam, 3 years ago
(diff) |
|
Split check-build into check-doygen, check-source and check-win32.
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | # |
|---|
| 4 | # Check for Doxygen warnings |
|---|
| 5 | # |
|---|
| 6 | if warnings="$(grep -c Warning: ../doc/doxygen.log 2>/dev/null)"; then |
|---|
| 7 | echo "error: $warnings warnings in Doxygen generation:" |
|---|
| 8 | grep Warning: ../doc/doxygen.log | sed 's/\(.\{75\}\)...*/\1 .../' |
|---|
| 9 | exit 1 |
|---|
| 10 | fi |
|---|
| 11 | |
|---|
| 12 | echo "0 visible errors in documentation" |
|---|
| 13 | exit 0 |
|---|
| 14 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.