mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Fix formatting of comments in taskchampion.h (#3228)
This commit is contained in:
parent
bd46b254af
commit
e29925155d
2 changed files with 16 additions and 14 deletions
|
@ -39,18 +39,19 @@ ffizz_header::snippet! {
|
||||||
///
|
///
|
||||||
/// # Overview
|
/// # Overview
|
||||||
///
|
///
|
||||||
/// This library defines two major types used to interact with the API, that map directly to Rust
|
/// This library defines four major types used to interact with the API, that map directly to Rust
|
||||||
/// types.
|
/// types.
|
||||||
///
|
///
|
||||||
/// * TCReplica - see https://docs.rs/taskchampion/latest/taskchampion/struct.Replica.html * TCTask
|
/// * TCReplica - see https://docs.rs/taskchampion/latest/taskchampion/struct.Replica.html
|
||||||
/// - see https://docs.rs/taskchampion/latest/taskchampion/struct.Task.html * TCServer - see
|
/// * TCTask - see https://docs.rs/taskchampion/latest/taskchampion/struct.Task.html
|
||||||
/// https://docs.rs/taskchampion/latest/taskchampion/trait.Server.html * TCWorkingSet - see
|
/// * TCServer - see https://docs.rs/taskchampion/latest/taskchampion/trait.Server.html
|
||||||
/// https://docs.rs/taskchampion/latest/taskchampion/struct.WorkingSet.html
|
/// * TCWorkingSet - see https://docs.rs/taskchampion/latest/taskchampion/struct.WorkingSet.html
|
||||||
///
|
///
|
||||||
/// It also defines a few utility types:
|
/// It also defines a few utility types:
|
||||||
///
|
///
|
||||||
/// * TCString - a wrapper around both C (NUL-terminated) and Rust (always utf-8) strings. *
|
/// * TCString - a wrapper around both C (NUL-terminated) and Rust (always utf-8) strings.
|
||||||
/// TC…List - a list of objects represented as a C array * see below for the remainder
|
/// * TC…List - a list of objects represented as a C array
|
||||||
|
/// * see below for the remainder
|
||||||
///
|
///
|
||||||
/// # Safety
|
/// # Safety
|
||||||
///
|
///
|
||||||
|
|
|
@ -7,18 +7,19 @@
|
||||||
//
|
//
|
||||||
// # Overview
|
// # Overview
|
||||||
//
|
//
|
||||||
// This library defines two major types used to interact with the API, that map directly to Rust
|
// This library defines four major types used to interact with the API, that map directly to Rust
|
||||||
// types.
|
// types.
|
||||||
//
|
//
|
||||||
// * TCReplica - see https://docs.rs/taskchampion/latest/taskchampion/struct.Replica.html * TCTask
|
// * TCReplica - see https://docs.rs/taskchampion/latest/taskchampion/struct.Replica.html
|
||||||
// - see https://docs.rs/taskchampion/latest/taskchampion/struct.Task.html * TCServer - see
|
// * TCTask - see https://docs.rs/taskchampion/latest/taskchampion/struct.Task.html
|
||||||
// https://docs.rs/taskchampion/latest/taskchampion/trait.Server.html * TCWorkingSet - see
|
// * TCServer - see https://docs.rs/taskchampion/latest/taskchampion/trait.Server.html
|
||||||
// https://docs.rs/taskchampion/latest/taskchampion/struct.WorkingSet.html
|
// * TCWorkingSet - see https://docs.rs/taskchampion/latest/taskchampion/struct.WorkingSet.html
|
||||||
//
|
//
|
||||||
// It also defines a few utility types:
|
// It also defines a few utility types:
|
||||||
//
|
//
|
||||||
// * TCString - a wrapper around both C (NUL-terminated) and Rust (always utf-8) strings. *
|
// * TCString - a wrapper around both C (NUL-terminated) and Rust (always utf-8) strings.
|
||||||
// TC…List - a list of objects represented as a C array * see below for the remainder
|
// * TC…List - a list of objects represented as a C array
|
||||||
|
// * see below for the remainder
|
||||||
//
|
//
|
||||||
// # Safety
|
// # Safety
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue