Changes between Version 9 and Version 10 of UsingDoxygen
- Timestamp:
- 07/10/13 13:02:24 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingDoxygen
v9 v10 130 130 131 131 * What in the world to use module groups for? My two cents is to group fortran entities into modules - modules/functions/variables etc.. instead of files and directories (since these are already grouped on the disk). Since functions and variables within a module can be grouped using member groups - fortran modules seem the obvious choice for grouping with module groups. Nesting member groups of functions within module groups may be useful for visualizing in some instances - but it is always preferable to create a member group if the functions are adjacent - before nesting within a module group. 132