[Doxygen-users] Specify language in doxy comments
Brought to you by:
dimitri
From: Barnes, P. D. <bar...@ll...> - 2013-10-23 20:08:17
|
Hello Folks, Is it possible to specify the source language in a Doxygen comment itself? Use case: we have several files *without* standard extensions, and differing languages. The file names can't be changed. While EXTENSION_MAPPING = no_extension=x can be used to fix one of the languages, that leaves the others interpreted as the wrong language. Something like this: <File: example> /** * \file example * \lang .py */ ... would solve this case. Any help would be appreciated. Peter |