Skip to content

Commit

Permalink
Add phpDoc references for project documentation settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Jun 24, 2015
1 parent a4be76d commit 9cb2f40
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config_defaults_inc.php
Expand Up @@ -865,6 +865,8 @@
* Specifies whether to enable support for project documents or not.
* This feature is deprecated and is expected to be moved to a plugin
* in the future.
* @see $g_view_proj_doc_threshold
* @see $g_upload_project_file_threshold
* @global integer $g_enable_project_documentation
*/
$g_enable_project_documentation = OFF;
Expand Down Expand Up @@ -2665,7 +2667,10 @@
/**
* access level needed to upload files to the project documentation section
* You can set this to NOBODY to prevent uploads to projects
* See also: $g_upload_bug_file_threshold, $g_allow_file_upload
* @see $g_enable_project_documentation
* @see $g_view_proj_doc_threshold
* @see $g_allow_file_upload
* @see $g_upload_bug_file_threshold
* @global integer $g_upload_project_file_threshold
*/
$g_upload_project_file_threshold = MANAGER;
Expand Down

0 comments on commit 9cb2f40

Please sign in to comment.