mdsplus
mdsplus copied to clipboard
Broken links in Doxygen HTML doc
I cloned the latest MDSplus distribution and installed it on my machine (Ubuntu 22.04) using
./bootstrap
mkdir build
cd build
../configure --prefix=$HOME/libraries/mdsplus --enable-debug=yes --disable-java CXXFLAGS='-std=c++11'
make all
make install
make docs
And when trying to go to the "mdsip_manual" page by clicking on the link from the Index of MDSplus manuals
table or from the table in the "mdstcpip" The remote data acess
page, I am redirected to the page $SOURCE/mdstcpip/docs/html/index.html#mdsip_manual
(where $SOURCE is the original directory where I cloned the source files) which doesn't exist, instead of $PREFIX/share/doc/mdsplus/mdstcpip/docs/html/index.html#mdsip_manual
.