# comments will behave just like regular Qt-style comments
# (thus requiring an explicit @brief command for a brief description.)
-JAVADOC_AUTOBRIEF = NO
+JAVADOC_AUTOBRIEF = YES
# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
# interpret the first line (until the first dot) of a Qt-style
# generate an XML file that captures the structure of
# the code including all documentation.
-GENERATE_XML = NO
+GENERATE_XML = YES
# The XML_OUTPUT tag is used to specify where the XML pages will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
/*
* Referral-specific functions.
*/
-krb5_boolean KRB5_CALLCONV krb5_is_referral_realm(const krb5_data *);
+krb5_boolean KRB5_CALLCONV krb5_is_referral_realm(const krb5_data *r);
/* Both these functions return constant storage that must not be freed. */
const krb5_data *KRB5_CALLCONV krb5_anonymous_realm(void);
* @brief Format a @c KRB_AP_REQ message.
*
* @param context Context structure [input, output]
- * @param auth_context Authentication context, containing the checksum method to be used; a new authentication contextis returned if NULL is specified. [input, output]
- * @param in_data Application data with a checksum to be included in the authenticator; specify NULL if no checksum is to be included [input]
+ * @param auth_context Authentication context, containing the checksum method to be used; a new authentication contextis returned if NULL is specified. [input, output]
+ * @param in_data Application data with a checksum to be included in the authenticator; specify NULL if no checksum is to be included [input]
* @param ap_req_options
* @param service
* @param hostname
* @param context Context structure [input, output]
* @param addr Pointer to array of address pointers [output]
*
- *
- *
* Compile-time configuration flags indicate which protocol family addresses
* can be returned.
*
* @param context Context structure [input, output]
* @param lrealm Pointer to default realm [output]
*
- *
* Make sure to free the allocated memory when it is no longer needed.
*
* @retval
* @brief Convert a string to a delta time value.
*
* @param string Pointer to string to convert [input]
- * @param deltap Pointer to delta time [output]
+ * @param deltatp Pointer to delta time [output]
*
* @retval
* 0 Success
* Kerberos error codes
*/
krb5_error_code KRB5_CALLCONV
-krb5_string_to_deltat(char *string, krb5_deltat *deltap);
+krb5_string_to_deltat(char *string, krb5_deltat *deltatp);
/**
* @brief Convert a Kerberos encryption type value to a string.
#endif
;
void KRB5_CALLCONV
-krb5_copy_error_message(krb5_context, krb5_context);
+krb5_copy_error_message (krb5_context dest_ctx, krb5_context src_ctx);
/**
* @brief Get extended error information.