doxygen: add @file declarations for src/feature/

If a file doesn't use the file command (either \file or @file),
Doxygen won't try to process it.
This commit is contained in:
Nick Mathewson
2019-10-26 12:05:28 -04:00
parent 30c6ab5150
commit 68f8086041
56 changed files with 283 additions and 17 deletions
+5
View File
@@ -4,6 +4,11 @@
* Copyright (c) 2007-2019, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* @file unparseable.c
* @brief Dump unparseable objects to disk.
**/
#define UNPARSEABLE_PRIVATE
#include "core/or/or.h"