Mercurial > crates > nonstick
comparison src/items.rs @ 174:9e4ce1631bd3
Dramatically expand documentation.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 29 Jul 2025 18:58:27 -0400 |
parents | 1bc52025156b |
children |
comparison
equal
deleted
inserted
replaced
173:46e8ce5cd5d1 | 174:9e4ce1631bd3 |
---|---|
38 | 38 |
39 /// Provides access to Items, pieces of data shared by the PAM application, | 39 /// Provides access to Items, pieces of data shared by the PAM application, |
40 /// modules, and the framework itself. | 40 /// modules, and the framework itself. |
41 /// | 41 /// |
42 /// # References | 42 /// # References |
43 /// | |
44 #[doc = linklist!(pam_get_item: mwg, adg, _std)] | 43 #[doc = linklist!(pam_get_item: mwg, adg, _std)] |
45 /// | 44 /// |
46 #[doc = guide!(adg: "adg-interface-by-app-expected.html#adg-pam_get_item")] | 45 #[doc = guide!(adg: "adg-interface-by-app-expected.html#adg-pam_get_item")] |
47 #[doc = guide!(mwg: "mwg-expected-by-module-item.html#mwg-pam_get_item")] | 46 #[doc = guide!(mwg: "mwg-expected-by-module-item.html#mwg-pam_get_item")] |
48 #[doc = stdlinks!(3 pam_get_item)] | 47 #[doc = stdlinks!(3 pam_get_item)] |
102 | 101 |
103 /// Provides write access to PAM Items, data shared by the PAM application, | 102 /// Provides write access to PAM Items, data shared by the PAM application, |
104 /// the framework, and modules. | 103 /// the framework, and modules. |
105 /// | 104 /// |
106 /// # References | 105 /// # References |
107 /// | |
108 #[doc = linklist!(pam_set_item: mwg, adg, _std)] | 106 #[doc = linklist!(pam_set_item: mwg, adg, _std)] |
109 /// | 107 /// |
110 #[doc = guide!(adg: "adg-interface-by-app-expected.html#adg-pam_set_item")] | 108 #[doc = guide!(adg: "adg-interface-by-app-expected.html#adg-pam_set_item")] |
111 #[doc = guide!(mwg: "mwg-expected-by-module-item.html#mwg-pam_set_item")] | 109 #[doc = guide!(mwg: "mwg-expected-by-module-item.html#mwg-pam_set_item")] |
112 #[doc = stdlinks!(3 pam_set_item)] | 110 #[doc = stdlinks!(3 pam_set_item)] |