diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-16 08:18:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-16 08:18:26 -0400 |
commit | 5e5e655e323c917ad0b5e5b48056bd5d49645182 (patch) | |
tree | 007c45a200e2e6bebbb44d241d305b40056bc8e8 /src/feature/rend | |
parent | 71daad1692bc3f2478a527da0570a6c13c3a99fd (diff) | |
download | tor-5e5e655e323c917ad0b5e5b48056bd5d49645182.tar.gz tor-5e5e655e323c917ad0b5e5b48056bd5d49645182.zip |
Doxygen: Fix mismatched filenames.
In 8 places, our \file declarations didn't match the actual files
they were in.
Diffstat (limited to 'src/feature/rend')
-rw-r--r-- | src/feature/rend/rendparse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/rend/rendparse.h b/src/feature/rend/rendparse.h index b1ccce9b6c..da2c2e4b7f 100644 --- a/src/feature/rend/rendparse.h +++ b/src/feature/rend/rendparse.h @@ -5,8 +5,8 @@ /* See LICENSE for licensing information */ /** - * \file rend_parse.h - * \brief Header file for rend_parse.c. + * \file rendparse.h + * \brief Header file for rendparse.c. **/ #ifndef TOR_REND_PARSE_H |