diff src/constants.rs @ 193:5074d8e00560

Doc improvements.
author Paul Fisher <paul@pfish.zone>
date Sat, 02 Aug 2025 19:49:21 -0400
parents 5e4ea9650f87
children
line wrap: on
line diff
--- a/src/constants.rs	Sat Aug 02 19:24:12 2025 -0400
+++ b/src/constants.rs	Sat Aug 02 19:49:21 2025 -0400
@@ -229,6 +229,9 @@
 }
 
 flag_enum! {
+    /// The action that a module should take during a [`change_authtok`] call.
+    ///
+    /// [`change_authtok`]: crate::PamModule::change_authtok
     AuthtokAction {
         /// On this call, just validate that the password is acceptable
         /// and that you have all the resources you need to change it.