Hi, I am having the following problem with doxygen (1.11.0) and Latex (MiKTeX-pdfTeX 4.19 (MiKTeX 24.4): I am trying to document C++ source, a minimal version to reproduce the problem is //---------------------------------------------------------------------------- /// @file doxytestnamespace.cc /// @brief minimal doxygen test file to reproduce namespace errors // /*! \namespace NAMESPACETEST \brief sample namespace test Sample namespace test */ namespace NAMESPACETEST { const double SAMPLE_VAR=48.12;...