summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-05-09 16:32:33 +0000
committerRoger Dingledine <arma@torproject.org>2004-05-09 16:32:33 +0000
commitd18528a2abb1b8b5af3d8e538ae07318ab479fa5 (patch)
tree798a61562feacd63d00c9cde46d4afd585e41dd1
parent3b0c72b541bc1ae00c1c84de996ce54415a014d0 (diff)
downloadtor-d18528a2abb1b8b5af3d8e538ae07318ab479fa5.tar.gz
tor-d18528a2abb1b8b5af3d8e538ae07318ab479fa5.zip
fix a typo in our doxygen instructions
svn:r1822
-rw-r--r--doc/HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING b/doc/HACKING
index 7be089977b..0ea9147834 100644
--- a/doc/HACKING
+++ b/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