Hello,
 
My project has a directory structure with several unique directories. But each directory inturn has 4 common directories like
|\dir1
|   |\test
|   |\ui
|\dir2
|   |\test
|   |\ui
 
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
/**
 * \dir test
 * \brief Test directory for the module
 * \dir ui
 * \biref UI for the module
 */
 
The definition is appearing only for one directory. Your help is appreciated.
 
Thanks and regards,
Gaurav Mishra
+91 984 070 2660
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to