|
||||
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |