mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-21 22:12:03 +01:00
fix a typo in our doxygen instructions
svn:r1822
This commit is contained in:
parent
3b0c72b541
commit
d18528a2ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue