Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-11-15 08:59:27

0001 #!/bin/bash
0002 # build documentation from compact file `documentation` tags
0003 source environ.sh
0004 mkdir -p doc
0005 docfile=$(pwd)/doc/detector.md
0006 pushd athena
0007 bin/build_documentation | tee $docfile
0008 popd