Skip to content
Snippets Groups Projects
Commit 94e497ea authored by g0dil's avatar g0dil
Browse files

Add 'unflatten' to doxygen/dot processing

parent 55f89905
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
topdir="`dirname "$0"`"; topdir="`cd "$topdir/.."; pwd`"
if head -4 "$1" | grep -q nomunge; then
dot "$@"
exit $?
fi
sed -i -e 's/rankdir=LR/rankdir=TB/' "$1"
"$topdir/doclib/dot-munge.pl" "$1"
unflatten -l3 -c3 -f -o "$1".unflat "$1"
mv "$1".unflat "$1"
case "$2" in
-Tpng:gd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment