mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Document the headers in src/app/config/
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
* Copyright (c) 2007-2018, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file confparse.h
|
||||
*
|
||||
* \brief Header for confparse.c.
|
||||
*/
|
||||
|
||||
#ifndef TOR_CONFPARSE_H
|
||||
#define TOR_CONFPARSE_H
|
||||
|
||||
|
||||
@@ -4,6 +4,12 @@
|
||||
* Copyright (c) 2007-2018, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file or_options_st.h
|
||||
*
|
||||
* \brief The or_options_t structure, which represents Tor's configuration.
|
||||
*/
|
||||
|
||||
#ifndef TOR_OR_OPTIONS_ST_H
|
||||
#define TOR_OR_OPTIONS_ST_H
|
||||
|
||||
|
||||
@@ -4,6 +4,12 @@
|
||||
* Copyright (c) 2007-2018, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file or_state_t
|
||||
*
|
||||
* \brief The or_state_t structure, which represents Tor's state file.
|
||||
*/
|
||||
|
||||
#ifndef TOR_OR_STATE_ST_H
|
||||
#define TOR_OR_STATE_ST_H
|
||||
|
||||
|
||||
@@ -4,6 +4,12 @@
|
||||
* Copyright (c) 2007-2018, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file statefile.h
|
||||
*
|
||||
* \brief Header for statefile.c
|
||||
*/
|
||||
|
||||
#ifndef TOR_STATEFILE_H
|
||||
#define TOR_STATEFILE_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user