[Doxygen-users] placing the filename in the documentation
Brought to you by:
dimitri
From: Robertson, J. E (US) <jef...@ba...> - 2016-07-08 18:18:15
|
Hi, Is there a way to get the current filename for placement in a documentation block. For example if file test_it.h I want the following comment block /// The name of this file is $FILENAME. Which when converted to documentation becomes: The name of this file is test_it.h. |