Skip to content

multi-byte utf-8 characters in doc comments break docify #7

@sam0x17

Description

@sam0x17

Code sample:

/// Example struct holding the most recently set [`u32`] and the second
/// most recently set [`u32`] (if one existed).
pub struct Foo;

Fixes when word wrapping is tweaked to:

/// Example struct holding the most recently set [`u32`] and the
/// second most recently set [`u32`] (if one existed).
pub struct Foo;

cc @liamaharon

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions