Re: [Doxygen-users] \copydoc warning - target of \copydoc command not found
Brought to you by:
dimitri
From: didje <dia...@pd...> - 2013-11-07 08:20:40
|
I discovered the solution to this problem. I set following properties in the doxyfile to YES and, hey presto, copydoc statements found the inner classes: EXTRACT_ALL = YES EXTRACT_PRIVATE = YES EXTRACT_STATIC = YES I think EXTRACT_STATIC was not necessary to fix this, but I needed it for another (unrelated) reason. -- View this message in context: http://doxygen.10944.n7.nabble.com/copydoc-warning-target-of-copydoc-command-not-found-tp6345p6356.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |