Hello! I am using Doxygen 1.8.20 on Mac OSX 10.14.6, installed with MacBrew.
Doxygen gives me many errors, all of the same type: objects.md:16: warning: unable to resolve reference to 'spacepar\ilinebr' for \ref command The offending line 16 is within a table: Class | Parameters | Property --------------|------------------|-------------- Space | @ref spacepar | SpaceProp The tag ’spacepar’ is defined in another file: /** @defgroup spacepar Parameters of Space @ingroup Parameters @{ */ From Doxygen’s error message, it seems that it is adding the vertical bar in the ref name, searching for 'spacepar\ilinebr' instead of ‘spacepar' Doxygen is a fantastic tool. Maybe I am making an error, but the same stuff was working some time ago. Thank you for any help! Francois
_______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users