Import Geant4 10.6.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2019-06-28 11:59:04 +02:00
parent 28a70706e0
commit d0f911957d
1056 changed files with 95168 additions and 78160 deletions
+6
View File
@@ -17,6 +17,12 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
7/5/19 I.Hrivnacova (doxygen-V10-05-00)
- Fixes in documentation:
- Linking of geant4.tag in standalone documentation
- Formatting in extended/.README.txt
- Fixed links to icsd and mfp examples in extended/medical/dna/.README.txt
9/11/18 I.Hrivnacova (doxygen-V10-04-01)
- Added chem5 example
+2
View File
@@ -39,8 +39,10 @@ generate() {
fi
#echo "Generating Doxyfile for example: ${EXAMPLE_NAME}"
cat $CURDIR/Doxyfile_standalone | sed s/"EXAMPLE_NAME"/"${EXAMPLE_NAME}"/g | sed sY"BACK_PATH"Y"${2}"Yg | sed sY"ADD_SHARED"Y"${ADD_SHARED}"Yg | sed sY"ADD_COMMON"Y"${ADD_COMMON}"Yg > Doxyfile
ln -s $CURDIR/geant4.tag geant4.tag
doxygen >& $CURDIR/doxygen_${EXAMPLE_NAME}.out
rm Doxyfile
rm geant4.tag
cd $CURDIR
}