diff --git a/README.md b/README.md index 36d41076e3d3e8a84bf888e56fbad7879dd7798c..79effbb78cf52f32c2d97ab15be45e595ec7fd44 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ EICd - EIC data model {#mainpage} ===================== - https://eic.phy.anl.gov/eicd +- [dd4pod](https://eic.phy.anl.gov/npdet/namespacedd4pod.html): data model for dd4hep output which comes with [npdet](https://eic.phy.anl.gov/npdet/). + ``` cmake ../. -DCMAKE_INSTALL_PREFIX=$HOME/stow/eicd -DBUILD_DATA_MODEL=ON diff --git a/docs/Doxyfile b/docs/Doxyfile index 6615c62b49ec636a813cbf5f0000e48fd8667cba..23c1eaab10ac8241a5a639d75662413768796c09 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -791,7 +791,8 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = src \ - eicd + eicd \ + ../README.md # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses