[or-cvs] fix a typo in our doxygen instructions

Roger Dingledine arma at seul.org
Sun May 9 16:32:36 UTC 2004


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc

Modified Files:
	HACKING 
Log Message:
fix a typo in our doxygen instructions


Index: HACKING
===================================================================
RCS file: /home/or/cvsroot/doc/HACKING,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- HACKING	7 May 2004 17:03:52 -0000	1.9
+++ HACKING	9 May 2004 16:32:33 -0000	1.10
@@ -454,7 +454,7 @@
        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



More information about the tor-commits mailing list