summaryrefslogtreecommitdiff
path: root/tor-netdoc/src/doc.rs
Commit message (Collapse)AuthorAgeFilesLines
* Prefer "relay" over "router" in docs and APIs.Nick Mathewson2021-05-181-4/+2
|
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-2/+2
| | | | This is painful, but we shouldn't have to do it again.
* More documentation in tor-netdoc.Nick Mathewson2020-10-261-0/+31
|
* Document remaining private members of tor-netdoc.Nick Mathewson2020-10-101-1/+0
|
* Document most private items in tor-netdoc.Nick Mathewson2020-10-091-0/+1
|
* Move around the modules inside tor-netdoc.Nick Mathewson2020-09-291-0/+6
This change just gives them a more logical breakdown into parsing, documents, and misc other types.