eigen/doc/cleanhierarchy.sh
Gael Guennebaud 409e82be06 doc and use sed to clean the class hierarchy instead of
preprocessor directives.
2008-08-28 23:25:27 +00:00

5 lines
104 B
Bash
Executable File

#!/bin/sh
sed -i 's/^.li.*MatrixBase\&lt.*gt.*a.$/ /g' $1
sed -i 's/^.li.*MapBase\&lt.*gt.*a.$/ /g' $1