浏览代码

give connection.c a skeletal file/brief header

svn:r1831
Roger Dingledine 21 年之前
父节点
当前提交
397466a23d
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/or/connection.c

+ 5 - 0
src/or/connection.c

@@ -2,6 +2,11 @@
 /* See LICENSE for licensing information */
 /* $Id$ */
 
+/**
+ * \file connection.c
+ * \brief foo
+ **/
+
 #include "or.h"
 
 /********* START VARIABLES **********/