Mercurial > hg > aimc
annotate scripts/build_docs.sh @ 656:263a05be98c4
Unify naming scheme for test data and clean up code that generates it.
author | ronw@google.com |
---|---|
date | Thu, 27 Jun 2013 20:48:27 +0000 |
parents | 01eba86df030 |
children |
rev | line source |
---|---|
tomwalters@17 | 1 #!/bin/bash |
tomwalters@17 | 2 doxygen doc/Doxyfile |
tomwalters@17 | 3 |