From 87afe5c2608cc5d4c7a5629024777cee629a0f78 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 16 Oct 2019 10:53:01 -0400 Subject: Rename authcert_members.i to .h, and have it define a macro. Including a file in the middle of a declaration seems to confuse Doxygen, and Coccinelle doesn't much like it either.l --- src/core/include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/include.am') diff --git a/src/core/include.am b/src/core/include.am index 9b4b251c81..a0a546f78a 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -353,7 +353,7 @@ noinst_HEADERS += \ src/feature/dircommon/fp_pair.h \ src/feature/dircommon/vote_timing_st.h \ src/feature/dircommon/voting_schedule.h \ - src/feature/dirparse/authcert_members.i \ + src/feature/dirparse/authcert_members.h \ src/feature/dirparse/authcert_parse.h \ src/feature/dirparse/microdesc_parse.h \ src/feature/dirparse/ns_parse.h \ -- cgit v1.2.3-54-g00ecf