<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Christian,<div class=""><br class=""></div><div class="">awesome! I saw SHORT_NAMES but I wasn’t aware that downstream modules take the Doxylocal file from dune-common as base.</div><div class="">The doxygen default seems to be SHORT_NAMES=NO and I wasn’t overwriting it downstream. But I forgot to check which Doxylocal file is actually created by CMake….</div><div class=""><br class=""></div><div class="">Thanks for the hint! Setting SHORT_NAMES = NO solves it!</div><div class="">Timo</div><div class=""><br class=""></div><div class=""><br class=""><div class="">
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;">-- <br class="">_________________________________________________</div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;"><br class="">Timo Koch                                      phone: +49 711 685 64676<br class="">IWS, Universität Stuttgart                  fax:   +49 711 685 60430<br class="">Pfaffenwaldring 61         <a href="mailto:timo.koch@iws.uni-stuttgart.de" class="">email: timo.koch@iws.uni-stuttgart.de</a><br class="">D-70569 Stuttgart             url: <a href="http://www.iws.uni-stuttgart.de/en/lh2/" class="">www.iws.uni-stuttgart.de/en/lh2/</a><br class="">_________________________________________________</div>
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On 31. Mar 2020, at 17:04, Christian Engwer <<a href="mailto:christian.engwer@uni-muenster.de" class="">christian.engwer@uni-muenster.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi Timo,<br class=""><br class=""><blockquote type="cite" class="">Is there some option to doxygen I’m missing? Or some magic in Dune that I’m missing?<br class="">It would be nice if someone could point me to the mechanism behind.<br class=""></blockquote><br class="">There is a flag in the doxygen configuration...<br class=""><br class=""><blockquote type="cite" class=""># If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter<br class=""># (but less readable) file names. This can be useful if your file systems<br class=""># doesn't support long names like on DOS, Mac, or CD-ROM.<br class="">SHORT_NAMES            = YES<br class=""></blockquote><br class="">Sadly this is necessary for building tarballs, the mangled file names will otherwise become too long.<br class=""><br class="">On the website this does not happen, as the website is not using the Doxystyle from dune-common.<br class=""><br class="">Ciao<br class="">Christian<br class=""></div></div></blockquote></div><br class=""></div></body></html>