Skip to content

Commit

Permalink
doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 19, 2018
1 parent 6a0cba6 commit 19ac30b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/lib/sim/base.c
Expand Up @@ -15,7 +15,7 @@
*/

/**
* @file rlm_eap/lib/sim/base.c
* @file src/lib/sim/base.c
* @brief Code common to EAP-SIM/AKA/AKA' clients and servers.
*
* The development of the EAP-SIM support was funded by Internet Foundation
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/crypto.c
Expand Up @@ -15,7 +15,7 @@
*/

/**
* @file rlm_eap/lib/sim/crypto.c
* @file src/lib/sim/crypto.c
* @brief Calculate keys from GSM vectors.
*
* The development of the original EAP/SIM support was funded by Internet Foundation
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/decode.c
Expand Up @@ -15,7 +15,7 @@
*/

/**
* @file rlm_eap/lib/sim/decode.c
* @file src/lib/sim/decode.c
* @brief Code common to EAP-SIM/AKA/AKA' clients and servers.
*
* The development of the EAP-SIM support was funded by Internet Foundation
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/eap_aka_common.h
Expand Up @@ -17,7 +17,7 @@

/**
* $Id$
* @file rlm_eap/lib/sim/eap_aka_common.h
* @file src/lib/sim/eap_aka_common.h
* @brief Declarations for EAP-AKA
*
* @note These are needed for the quintuplet -> triplet conversion in EAP-SIM.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/eap_sim_common.h
Expand Up @@ -17,7 +17,7 @@

/**
* $Id$
* @file rlm_eap/lib/sim/eap_sim_common.h
* @file src/lib/sim/eap_sim_common.h
* @brief Declarations for EAP-SIM
*
* @note These are required by rlm_eap_sim
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/encode.c
Expand Up @@ -15,7 +15,7 @@
*/

/**
* @file rlm_eap/lib/sim/encode.c
* @file src/lib/sim/encode.c
* @brief Code common to EAP-SIM/AKA/AKA' clients and servers.
*
* @copyright 2017 FreeRADIUS server project
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/fips186prf.c
Expand Up @@ -35,7 +35,7 @@

/**
* $Id$
* @file rlm_eap/lib/sim/fips186prf.c
* @file src/lib/sim/fips186prf.c
* @brief EAP sim protocol encoders and decoders.
*
* The development of the EAP/SIM support was funded by Internet Foundation
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/id.c
Expand Up @@ -15,7 +15,7 @@
*/

/**
* @file rlm_eap/lib/sim/id.c
* @file src/lib/sim/id.c
* @brief EAP-SIM/EAP-AKA identity detection, creation, and decyption.
*
* @copyright 2017 The FreeRADIUS server project
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/id.h
Expand Up @@ -16,7 +16,7 @@
*/

/**
* @file rlm_eap/lib/sim/id.h
* @file src/lib/sim/id.h
* @brief EAP-SIM/EAP-AKA identity detection, creation, and decyption.
*
* @copyright 2017 The FreeRADIUS server project
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/milenage.c
@@ -1,5 +1,5 @@
/**
* @file rlm_eap/lib/sim/milenage.c
* @file src/lib/sim/milenage.c
* @brief 3GPP AKA - Milenage algorithm (3GPP TS 35.205, .206, .207, .208)
*
* This file implements an example authentication algorithm defined for 3GPP
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/milenage.h
@@ -1,5 +1,5 @@
/**
* @file rlm_eap/lib/sim/milenage.h
* @file src/lib/sim/milenage.h
* @brief 3GPP AKA - Milenage algorithm (3GPP TS 35.205, .206, .207, .208)
*
* This file implements an example authentication algorithm defined for 3GPP
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/sim_attrs.h
Expand Up @@ -15,7 +15,7 @@
*/

/**
* @file rlm_eap/lib/sim/sim_attrs.h
* @file src/lib/sim/sim_attrs.h
* @brief Attributes to EAP-SIM/AKA/AKA' clients and servers.
*
* @copyright 2003-2016 The FreeRADIUS server project
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/sim_proto.h
Expand Up @@ -17,7 +17,7 @@

/**
* $Id$
* @file rlm_eap/lib/sim/sim_proto.h
* @file src/lib/sim/sim_proto.h
* @brief Functions common to SIM protocols (EAP-SIM/EAP-AKA/EAP-AKA')
*
* The development of the EAP/SIM support was funded by Internet Foundation
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/vector.c
Expand Up @@ -16,7 +16,7 @@

/**
* $Id$
* @file rlm_eap/lib/sim/vector.c
* @file src/lib/sim/vector.c
* @brief Retrieve or derive vectors for EAP-SIM.
*
* @author Arran Cudbard-Bell <a.cudbardb@freeradius.org>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sim/xlat.c
Expand Up @@ -15,7 +15,7 @@
*/

/**
* @file rlm_eap/lib/sim/xlat.c
* @file src/lib/sim/xlat.c
* @brief EAP-SIM/EAP-AKA identity detection, creation, and decyption.
*
* @copyright 2017 The FreeRADIUS server project
Expand Down

0 comments on commit 19ac30b

Please sign in to comment.