mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user