File: errors.pl

package info (click to toggle)
blaspp 2025.05.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,808 kB
  • sloc: cpp: 31,661; ansic: 8,671; python: 2,208; xml: 253; perl: 101; makefile: 59; sh: 7
file content (11 lines) | stat: -rwxr-xr-x 499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl -p
#
# Usage: ./errors.pl errors.txt > errors2.txt
#
# Removes extraneous errors from Doxygen log.

s/.* warning: Member \w+\(.*(float|double|std::complex).*\) \(function\) of namespace blas is not documented\.\n//;
s/.* warning: Member (real_t|scalar_t) \(typedef\) of class blas::traits\d* is not documented\.\n//;

#s/.* warning: Member \w+ \(variable\) of class Params is not documented\.\n//;
#s/.* warning: Compound (blas::traits.*|blas::Error|Params) is not documented\.\n//;