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/core/mainloop
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,15 @@
|
||||
* Copyright (c) 2007-2018, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* @file mainloop_pubsub.c
|
||||
* @brief Connect the publish-subscribe code to the main-loop.
|
||||
*
|
||||
* This module is responsible for instantiating all the channels used by the
|
||||
* publish-subscribe code, and making sure that each one's messages are
|
||||
* processed when appropriate.
|
||||
**/
|
||||
|
||||
#include "orconfig.h"
|
||||
|
||||
#include "core/or/or.h"
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
* Copyright (c) 2007-2018, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* @file mainloop_pubsub.h
|
||||
* @brief Header for mainloop_pubsub.c
|
||||
**/
|
||||
|
||||
#ifndef TOR_MAINLOOP_PUBSUB_H
|
||||
#define TOR_MAINLOOP_PUBSUB_H
|
||||
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
* Copyright (c) 2007-2019, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* @file mainloop_sys.c
|
||||
* @brief Declare the "mainloop" subsystem.
|
||||
**/
|
||||
|
||||
#include "core/or/or.h"
|
||||
#include "core/mainloop/mainloop_sys.h"
|
||||
#include "core/mainloop/mainloop.h"
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
* Copyright (c) 2007-2019, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* @file mainloop_sys.h
|
||||
* @brief Header for mainloop_sys.c
|
||||
**/
|
||||
|
||||
#ifndef MAINLOOP_SYS_H
|
||||
#define MAINLOOP_SYS_H
|
||||
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
* Copyright (c) 2007-2019, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* @file netstatus.c
|
||||
* @brief Track whether the network is disabled, dormant, etc.
|
||||
**/
|
||||
|
||||
#include "core/or/or.h"
|
||||
#include "core/mainloop/netstatus.h"
|
||||
#include "core/mainloop/mainloop.h"
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
* Copyright (c) 2007-2019, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* @file netstatus.h
|
||||
* @brief Header for netstatus.c
|
||||
**/
|
||||
|
||||
#ifndef TOR_NETSTATUS_H
|
||||
#define TOR_NETSTATUS_H
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
/* Copyright (c) 2015-2019, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* @file periodic.h
|
||||
* @brief Header for periodic.c
|
||||
**/
|
||||
|
||||
#ifndef TOR_PERIODIC_H
|
||||
#define TOR_PERIODIC_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user