Mercurial > crates > nonstick
comparison src/_doc.rs @ 106:49d9e2b5c189
An irresponsible mix of implementing libpam-sys and other stuff.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 26 Jun 2025 22:41:28 -0400 |
parents | 13b4d2a19674 |
children |
comparison
equal
deleted
inserted
replaced
105:13b4d2a19674 | 106:49d9e2b5c189 |
---|---|
147 /// # use nonstick::_xsso; | 147 /// # use nonstick::_xsso; |
148 /// /// This docstring will [link to the X/SSO spec for `pam_set_item`][xsso]. | 148 /// /// This docstring will [link to the X/SSO spec for `pam_set_item`][xsso]. |
149 /// /// | 149 /// /// |
150 /// #[doc = _xsso!(pam_set_item)] | 150 /// #[doc = _xsso!(pam_set_item)] |
151 /// # fn link_one() {} | 151 /// # fn link_one() {} |
152 /// | 152 /// |
153 /// /// This docstring will link to [`some_page`][xsso]. | 153 /// /// This docstring will link to [`some_page`][xsso]. |
154 /// /// I can also link to [the table of contents][spec_toc]. | 154 /// /// I can also link to [the table of contents][spec_toc]. |
155 /// /// | 155 /// /// |
156 /// #[doc = _xsso!("some_page.htm#section-id")] | 156 /// #[doc = _xsso!("some_page.htm#section-id")] |
157 /// #[doc = _xsso!(spec_toc: "toc.htm")] | 157 /// #[doc = _xsso!(spec_toc: "toc.htm")] |