From f8a23b1fcf4a6e955486b9a9fa7ca33ae533e780 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 28 Feb 2020 11:39:23 +0100 Subject: [PATCH] doxygen: fix invalid eolian_main_intro ref --- src/lib/eolian/Eolian_Aux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eolian/Eolian_Aux.h b/src/lib/eolian/Eolian_Aux.h index dab9e8644b..b98759ef8f 100644 --- a/src/lib/eolian/Eolian_Aux.h +++ b/src/lib/eolian/Eolian_Aux.h @@ -42,7 +42,7 @@ extern "C" { * * @li @ref eolian_aux_main_intro * - * @section eolian_main_intro Introduction + * @section eolian_aux_main_intro Introduction * * This is the Eolian auxiliary library, providing API to support generators * and other utilities which do not fit into the primary Eolian library. All