Import Geant4 10.6.0.beta source tree
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user