Mercurial > hg > aimc
annotate scripts/build_docs.sh @ 629:47c488dc7a01
Add missing matlab function smooth1d.m
author | dicklyon@google.com |
---|---|
date | Thu, 23 May 2013 17:25:15 +0000 |
parents | 01eba86df030 |
children |
rev | line source |
---|---|
tomwalters@17 | 1 #!/bin/bash |
tomwalters@17 | 2 doxygen doc/Doxyfile |
tomwalters@17 | 3 |