Home
last modified time | relevance | path

Searched refs:Config_updateList (Results 1 – 5 of 5) sorted by relevance

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dconfig.h42 #define Config_updateList(name,...) (ConfigValues::instance().update_##name(__VA_ARGS__)); macro
H A Dconfigimpl.l1637 Config_updateList(STRIP_FROM_PATH,stripFromPath);
1643 Config_updateList(STRIP_FROM_INC_PATH,stripFromIncPath);
1960 Config_updateList(INPUT,inputSources);
H A Ddoxygen.cpp11784 Config_updateList(EXCLUDE_PATTERNS,exclPatterns); in parseInput()
/dports/devel/doxygen/doxygen-1.9.3/addon/doxyparse/
H A Ddoxyparse.cpp487 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 Ddoxyapp.cpp281 Config_updateList(INPUT,inputList); in main()