[Doxygen-users] Global definition of folders
Brought to you by:
dimitri
From: Gaurav M. <gm...@gm...> - 2018-05-31 10:55:43
|
<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello,</div> <div> </div> <div>My project has a directory structure with several unique directories. But each directory inturn has 4 common directories like</div> <div>|\dir1</div> <div>| |\test</div> <div>| |\ui</div> <div>|\dir2</div> <div>| |\test</div> <div>| |\ui<br/> </div> <div>I want to set the definition/documentation for test and ui directories which can appear globally. I tried creating definition in a top level file as</div> <div>/**</div> <div> * \dir test</div> <div> * \brief Test directory for the module</div> <div> * \dir ui</div> <div> * \biref UI for the module</div> <div> */</div> <div> </div> <div>The definition is appearing only for one directory. Your help is appreciated.</div> <div> </div> <div class="signature">Thanks and regards,<br/> Gaurav Mishra<br/> +91 984 070 2660</div></div></body></html> |