mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
doxygen: add @file declarations for src/app
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:
parent
5f299feb82
commit
30c6ab5150
@ -4,6 +4,11 @@
|
||||
* Copyright (c) 2007-2019, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* @file quiet_level.c
|
||||
* @brief Code to handle default logging level (quiet/hush/normal).
|
||||
**/
|
||||
|
||||
#include "orconfig.h"
|
||||
#include "lib/log/log.h"
|
||||
#include "app/config/quiet_level.h"
|
||||
|
@ -3,6 +3,14 @@
|
||||
* Copyright (c) 2007-2019, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* @file subsysmgr.c
|
||||
* @brief Manager for Tor's subsystems.
|
||||
*
|
||||
* This code is responsible for initializing, configuring, and shutting
|
||||
* down all of Tor's individual subsystems.
|
||||
**/
|
||||
|
||||
#include "orconfig.h"
|
||||
#include "app/main/subsysmgr.h"
|
||||
|
||||
|
@ -3,6 +3,11 @@
|
||||
* Copyright (c) 2007-2019, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* @file subsysmgr.h
|
||||
* @brief Header for subsysmgr.c
|
||||
**/
|
||||
|
||||
#ifndef TOR_SUBSYSMGR_T
|
||||
#define TOR_SUBSYSMGR_T
|
||||
|
||||
|
@ -3,6 +3,11 @@
|
||||
* Copyright (c) 2007-2019, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* @file subsystem_list.c
|
||||
* @brief List of Tor's subsystems.
|
||||
**/
|
||||
|
||||
#include "orconfig.h"
|
||||
#include "app/main/subsysmgr.h"
|
||||
#include "lib/cc/compat_compiler.h"
|
||||
|
Loading…
Reference in New Issue
Block a user