From e3ccf37e2545adf42e9b5975b51fbb4b46d91da4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 3 Jul 2019 10:19:57 -0400 Subject: [PATCH] Fix @file directive in var_type_def_st.h --- src/lib/confmgt/var_type_def_st.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/confmgt/var_type_def_st.h b/src/lib/confmgt/var_type_def_st.h index c63ff66eff..d142ee1104 100644 --- a/src/lib/confmgt/var_type_def_st.h +++ b/src/lib/confmgt/var_type_def_st.h @@ -5,7 +5,7 @@ /* See LICENSE for licensing information */ /** - * @file typedvar.h + * @file var_type_def_st.h * @brief Structure declarations for typedvar type definitions. * * This structure is used for defining new variable types. If you are not