mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-04-02 01:55:36 +00:00
remove middle-level code api, update comments
This commit is contained in:
parent
d739181a76
commit
84c72ae3a3
9 changed files with 13 additions and 57 deletions
|
|
@ -11,7 +11,7 @@ pub struct Link {
|
|||
impl Link {
|
||||
// Constructors
|
||||
|
||||
/// Parse `Self` from string
|
||||
/// Parse `Self` from line string
|
||||
pub fn from(line: &str, base: Option<&Uri>, timezone: Option<&TimeZone>) -> Option<Self> {
|
||||
// Define initial values
|
||||
let mut alt = None;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue