Rollup merge of #129512 - lolbinarycat:linkchecker-impl-docs, r=ehuss
update the doc comment on lintchecker b/c it parses html now
This commit is contained in:
commit
11ebb597cd
@ -6,8 +6,10 @@
|
|||||||
//! script is to check all relative links in our documentation to make sure they
|
//! script is to check all relative links in our documentation to make sure they
|
||||||
//! actually point to a valid place.
|
//! actually point to a valid place.
|
||||||
//!
|
//!
|
||||||
//! Currently this doesn't actually do any HTML parsing or anything fancy like
|
//! Currently uses a combination of HTML parsing to
|
||||||
//! that, it just has a simple "regex" to search for `href` and `id` tags.
|
//! extract the `href` and `id` attributes,
|
||||||
|
//! and regex search on the orignal markdown to handle intra-doc links.
|
||||||
|
//!
|
||||||
//! These values are then translated to file URLs if possible and then the
|
//! These values are then translated to file URLs if possible and then the
|
||||||
//! destination is asserted to exist.
|
//! destination is asserted to exist.
|
||||||
//!
|
//!
|
||||||
|
Loading…
Reference in New Issue
Block a user