fix rustdoc warnings
Also removed all instances of `#[command(verbatim_doc_comment)]` because I'm pretty sure it's not necessary anymore. The `[commandbody]` things were making rustdoc upset about broken link syntax. I also normalized "code-block" to "code block" in that file since the latter appears more often.
This commit is contained in:
parent
f54dd1c0fb
commit
311c7d83ca
2 changed files with 12 additions and 30 deletions
|
@ -365,7 +365,7 @@ fn add_port_to_hostname(destination_str: &str) -> FedDest {
|
|||
}
|
||||
|
||||
/// Returns: actual_destination, host header
|
||||
/// Implemented according to the specification at https://matrix.org/docs/spec/server_server/r0.1.4#resolving-server-names
|
||||
/// Implemented according to the specification at <https://matrix.org/docs/spec/server_server/r0.1.4#resolving-server-names>
|
||||
/// Numbers in comments below refer to bullet points in linked section of specification
|
||||
async fn find_actual_destination(destination: &'_ ServerName) -> (FedDest, FedDest) {
|
||||
debug!("Finding actual destination for {destination}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue