소스 검색

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 **********/