]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a typo in our doxygen instructions
authorRoger Dingledine <arma@torproject.org>
Sun, 9 May 2004 16:32:33 +0000 (16:32 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 9 May 2004 16:32:33 +0000 (16:32 +0000)
svn:r1822

doc/HACKING

index 7be089977b8c019fc2c2c498d3418f3269785f41..0ea9147834c20ad8590c7f5d970d730c56339c38 100644 (file)
@@ -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