libmatio (1.3.4-2) doxygen.patch

Summary

 doxygen/format_api.sh |    1 +
 1 file changed, 1 insertion(+)

    
download this patch

Patch contents

--- libmatio-1.3.4./doxygen/format_api.sh	2008-01-01 00:48:29.000000000 +0100
+++ libmatio-1.3.4/doxygen/format_api.sh	2010-09-03 10:30:49.000000000 +0200
@@ -10,6 +10,7 @@
 cp refman.tex refman.tex.save
 cp doxygen.sty doxygen.sty.save
 cat refman.tex | sed "/File Index/,/input{files}/d" | sed "/File Documentation/,/include/d" | sed "/8c/d" | sed "/8h/d" > refman.sed
+echo "\end{document}" >> refman.sed
 cat doxygen.sty | sed "s/by Doxygen//g" > doxygen.sed
 mv refman.sed refman.tex
 mv doxygen.sed doxygen.sty