chiark / gitweb /
More comments.
[disorder] / server / stats.c
index 772be1314a344f78a48bfb6baa878784d4c99527..81c92f44473570997c0084cd84f0747bb3a078a7 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+/** @file server/stats.c
+ * @brief Generate server statistics
+ *
+ * This is done in a subprogram because it can be quite slow and we don't want
+ * to wedge the rest of the server for the duration.
+ */
 
 #include "disorder-server.h"