You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2020. It is now read-only.
Files like /Cake/Console/Templates/skel/Config/core.php contain quite some amount of useful comments about possible configurations.
I know there is a cookbook page about these config settings at http://book.cakephp.org/2.0/en/development/configuration.html#cakephp-core-configuration, which is more (or rather less) a duplication of the comments in core.php.
But why are files like these (http://api.cakephp.org/file/Cake/Console/Templates/skel/Config/core.php) in the API docs totally blank? I know these files aren't really part of the API as they aren't classes.
I'd love to be able to search for those comments in the API docs nonetheless. But if tthey aren't meant to be shown in the online api docs then I think being able to navigate through them is kind of obsolete...