Skip to content
Snippets Groups Projects
Commit d18528a2 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

fix a typo in our doxygen instructions

svn:r1822
parent 3b0c72b5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment