From 1d25a27346d809415a44b2dc2e1a2fadbc0a7d54 Mon Sep 17 00:00:00 2001
From: Hans Dembinski <hans.dembinski@gmail.com>
Date: Wed, 24 Apr 2019 17:26:22 +0200
Subject: [PATCH] update docs

---
 ThirdParty/CMakeLists.txt | 15 ---------------
 ThirdParty/ThirdParty.dox | 25 ++++++++++++++++++++++++-
 2 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/ThirdParty/CMakeLists.txt b/ThirdParty/CMakeLists.txt
index 2efb6cfe9..4eb0c1743 100644
--- a/ThirdParty/CMakeLists.txt
+++ b/ThirdParty/CMakeLists.txt
@@ -9,19 +9,4 @@ target_include_directories (CORSIKAthirdparty SYSTEM
 
 install (DIRECTORY phys DESTINATION include/ThirdParty/)
 install (DIRECTORY catch2 DESTINATION include/ThirdParty/)
-
-##########################################################################################
-# Boost subset
-# ============
-#
-# A subset of header-only Boost-1.70 libraries was installed with the bcp tool.
-# Instructions to update Boost:
-#
-# - Download the latest tarball from www.boost.org
-# - Unpack source code somewhere, go to into the folder, then run
-#
-#   ./bootstrap && ./b2 tools/bcp
-#   ./dist/bin/bcp mp11 iterator core format interval optional ./dist
-#   mv ./dist/boost <CORSIKA-path>/ThirdParty/boost
-#
 install (DIRECTORY boost DESTINATION include/ThirdParty/boost/)
\ No newline at end of file
diff --git a/ThirdParty/ThirdParty.dox b/ThirdParty/ThirdParty.dox
index b15d9fdd7..a04b8076d 100644
--- a/ThirdParty/ThirdParty.dox
+++ b/ThirdParty/ThirdParty.dox
@@ -24,8 +24,11 @@ References: https://github.com/martinmoene/PhysUnits-CT-Cpp11#references
 @section catch2
  
 The catch2 unit testing library is from:
-https://github.com/catchorg/Catch2 Licence: BSL-1.0
+https://github.com/catchorg/Catch2
+
+Licence: BSL-1.0
 (https://github.com/martinmoene/PhysUnits-CT-Cpp11/blob/master/LICENSE_1_0.txt)
+
 References: https://github.com/catchorg/Catch2
 
 @section eigen3
@@ -37,5 +40,25 @@ eigen3 ....
 see https://github.com/ClaasBontus/bitset2, this package was obtained
 from a Boost Software License 1.0.
 
+@section Boost
+
+A subset of header-only Boost libraries. Boost is from:
+https://www.boost.org
+
+License: BSL-1.0
+(https://www.boost.org/LICENSE_1_0.txt)
+
+The subset was generated with the bcp tool:
+https://www.boost.org/doc/libs/1_70_0/tools/bcp/doc/html/index.html
+
+Instructions on how to update Boost with this tool:
+
+Download the latest tarball from www.boost.org.
+Unpack source code somewhere, go to into the folder.
+Run these commands:
+
+    ./bootstrap && ./b2 tools/bcp
+    ./dist/bin/bcp mp11 iterator core format interval optional ./dist
+    mv ./dist/boost <CORSIKA-path>/ThirdParty/boost
 
 */
-- 
GitLab