Project: Drupal Version: cvs Component: base system Category: bug reports Priority: minor Assigned to: Anonymous Reported by: tangent Updated by: tangent Status: patch Attachment: http://drupal.org/files/issues/settings-2.patch (4.58 KB) I'm not sure if you are asking for the comments to simply show up or if it is desired that the comments are reworked for better documentation purposes. This new patch simply makes the comments doxygen style so they'll show up. It also moves all the database settings comments together so they'll show as a block. tangent Previous comments: ------------------------------------------------------------------------ February 13, 2005 - 17:33 : tangent Attachment: http://drupal.org/files/issues/settings.patch (4.54 KB) For whatever reason the /sites/default/settings.php file uses comment and string conventions that differ from the rest of Drupal. Comments use # instead of c-style comments and all strings use double quotes unnecessarily. This patch updates settings.php to conform to the recommended style conventions. ------------------------------------------------------------------------ February 13, 2005 - 20:46 : stefan nagtegaal I made such a patch before and didn't got committed because we use Doxygen comment style now in core.. Please - if your time permits - make a new patch which adds the Doxygen comments in a proper way... -- View: http://drupal.org/node/17288 Edit: http://drupal.org/project/comments/add/17288