File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -66,21 +66,21 @@ docker run \
6666The following commands will copy the tarballs from the
6767Docker container to your local working directory.
6868``` shell
69- docker cp itk-dox:/ITKDoxygen.tar.gz SimpleITKDoxygen ${TAG: +-${TAG} } .tar.gz
70- docker cp itk-dox:/ITKDoxygenXML.tar.gz SimpleITKDoxygenXML ${TAG: +-${TAG} } .tar.gz
69+ docker cp itk-dox:/ITKDoxygen.tar.gz ITKDoxygen ${TAG: +-${TAG} } .tar.gz
70+ docker cp itk-dox:/ITKDoxygenXML.tar.gz ITKDoxygenXML ${TAG: +-${TAG} } .tar.gz
7171
7272# Remove the Docker container after copying the tarballs
7373docker rm itk-dox
7474```
7575
7676### 6. Extract the Doxygen Documentation
7777Untar these tarballs to extract and verify the Doxygen documentation.
78- The ` SimpleITKDoxygen ` tarball contains the HTML documentation,
79- while the ` SimpleITKDoxygenXML ` tarball contains the XML documentation.
78+ The ` ITKDoxygen ` tarball contains the HTML documentation,
79+ while the ` ITKDoxygenXML ` tarball contains the XML documentation.
8080
8181``` shell
82- tar -xzf SimpleITKDoxygen ${TAG: +-${TAG} } .tar.gz
83- tar -xzf SimpleITKDoxygenXML ${TAG: +-${TAG} } .tar.gz
82+ tar -xzf ITKDoxygen ${TAG: +-${TAG} } .tar.gz
83+ tar -xzf ITKDoxygenXML ${TAG: +-${TAG} } .tar.gz
8484```
8585
86- You may now view the Doxygen documentation by opening the ` html/index.html ` file.
86+ You may now view the Doxygen documentation by opening the ` html/index.html ` file.
You can’t perform that action at this time.
0 commit comments