Searched refs:Config_updateList (Results 1 – 5 of 5) sorted by relevance
/dports/devel/doxygen/doxygen-1.9.3/src/ |
H A D | config.h | 42 #define Config_updateList(name,...) (ConfigValues::instance().update_##name(__VA_ARGS__)); macro
|
H A D | configimpl.l | 1637 Config_updateList(STRIP_FROM_PATH,stripFromPath); 1643 Config_updateList(STRIP_FROM_INC_PATH,stripFromIncPath); 1960 Config_updateList(INPUT,inputSources);
|
H A D | doxygen.cpp | 11784 Config_updateList(EXCLUDE_PATTERNS,exclPatterns); in parseInput()
|
/dports/devel/doxygen/doxygen-1.9.3/addon/doxyparse/ |
H A D | doxyparse.cpp | 487 Config_updateList(FILE_PATTERNS, { "*.cc", "*.cxx", "*.cpp", "*.java", in main() 505 Config_updateList(INPUT,inputList); in main()
|
/dports/devel/doxygen/doxygen-1.9.3/addon/doxyapp/ |
H A D | doxyapp.cpp | 281 Config_updateList(INPUT,inputList); in main()
|