]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/pam.h
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ngircd / pam.h
index 74b838d00f267029f218e542fd5270c3b4fa1d30..ba31d50abd893f9f8dea941df1311c9ae14bdee5 100644 (file)
@@ -7,8 +7,6 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
- *
- * PAM User Authentification (header)
  */
 
 #ifdef PAM
 #ifndef __pam_h__
 #define __pam_h__
 
+/**
+ * @file
+ * PAM User Authentification (header)
+ */
+
 GLOBAL bool PAM_Authenticate PARAMS((CLIENT *Client));
 
 #endif /* __pam_h__ */