Skip to content

Commit

Permalink
Merge pull request #622 from wwtan/develop
Browse files Browse the repository at this point in the history
added reference to 3rdparty.zip
  • Loading branch information
MarAlder authored Feb 18, 2020
2 parents 343963b + bb469da commit c711f57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion createDocumentation.bat
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
MSBuild.exe .\documentation\Cpacs_doc_project.shfbproj
REM for first time user, first unzip the file *development/3rdparty.zip*!
REM potentially remove path to installed SandCastle from environment variable as the build might not success.

MSBuild.exe .\documentation\Cpacs_doc_project.shfbproj
3 changes: 1 addition & 2 deletions development/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ The python library can be created using the generateDS packacke provided by Dave
The Java library is generated via JAXB or rather the xjc tool. If you are lucky and you live in a world where there is no outsourced IT-department you might have xjc in your standard java distribution. If not, please feel free to browse to https://jaxb.java.net/ for a download.

## Documentation
The documentation for CPACS is generated using the MSBuild command from the .Net framework. For a plain build of the CPACS documentation run MS Build from the corresponding .Net version with the CPACS_doc_project.shfbproj file. For adaptions to the project please use the sandcastle help file builder. It can be found here: https://shfb.codeplex.com/
Furthermore the XSD plugin needs to be installed: It can be found here: https://github.com/terrajobst/xsddoc/releases
The documentation for CPACS is generated using the MSBuild command from the .Net framework. For a plain build of the CPACS documentation run MS Build from the corresponding .Net version with the CPACS_doc_project.shfbproj file. For adaptions to the project please use the sandcastle help file builder and the XSD plugin available in [development/3rdparty.zip](../development/3rdparty.zip).

0 comments on commit c711f57

Please sign in to comment.