1<?php
2
3$lang['default_update_period'] = 'Default update period for remote cache files. After this period doxycode tries to download the tag file from the remote source and compares it to the local version. This might be overwritten by the tag configuration (see admin page).';
4$lang['runner_max_execution_time'] = 'Maximum execution time for a doxygen process executed through the task runner.';
5$lang['runner_max_tasks'] = 'Maximum amount of tasks to run in one task runner instance. This setting can be used to prevent the background building of code snippets from running too long.';
6$lang['doxygen_executable'] = 'Path of the doxygen executable.';