소스 검색

fix a typo in our doxygen instructions

svn:r1822
Roger Dingledine 20 년 전
부모
커밋
d18528a2ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/HACKING

+ 1 - 1
doc/HACKING

@@ -454,7 +454,7 @@ the distant future, stuff may have changed.)
        struct foo {
          /** You can put the comment before an element; */
          int a;
-         int b, /**< Or use this form to put the comment after the element. */
+         int b; /**< Or use the less-than symbol to put the comment after the element. */
        };
 
   5. See the Doxygen manual for more information; this summary just scratches