mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Doxygen filter changes * allow doxygen to process applications/**.H * use @cond/@endcond to suppress documenting classes/variables in applications/
- allows some access from applications to libraries - connection between application and local includes is still a bit weak, but is possible via the dirs.html navigation.
This commit is contained in:
@ -522,9 +522,7 @@ EXCLUDE_SYMLINKS = NO
|
||||
# for example use the pattern */test/*
|
||||
|
||||
EXCLUDE_PATTERNS = */lnInclude/* \
|
||||
*/t/* \
|
||||
*/applications/utilities/*.H \
|
||||
*/applications/solvers/*.H
|
||||
*/t/*
|
||||
|
||||
|
||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||
|
||||
Reference in New Issue
Block a user