mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Do not treat "DOCDOC" as doxygen.
This commit is contained in:
@@ -157,7 +157,7 @@ curve25519_keypair_generate(curve25519_keypair_t *keypair_out,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/** DOCDOC */
|
||||
/* DOCDOC */
|
||||
int
|
||||
curve25519_keypair_write_to_file(const curve25519_keypair_t *keypair,
|
||||
const char *fname,
|
||||
@@ -180,7 +180,7 @@ curve25519_keypair_write_to_file(const curve25519_keypair_t *keypair,
|
||||
return r;
|
||||
}
|
||||
|
||||
/** DOCDOC */
|
||||
/* DOCDOC */
|
||||
int
|
||||
curve25519_keypair_read_from_file(curve25519_keypair_t *keypair_out,
|
||||
char **tag_out,
|
||||
|
||||
@@ -1082,7 +1082,7 @@ sandbox_intern_string(const char *str)
|
||||
return str;
|
||||
}
|
||||
|
||||
/** DOCDOC */
|
||||
/* DOCDOC */
|
||||
static int
|
||||
prot_strings_helper(strmap_t *locations,
|
||||
char **pr_mem_next_p,
|
||||
|
||||
@@ -152,7 +152,7 @@ int sandbox_cfg_allow_open_filename(sandbox_cfg_t **cfg, char *file);
|
||||
int sandbox_cfg_allow_chmod_filename(sandbox_cfg_t **cfg, char *file);
|
||||
int sandbox_cfg_allow_chown_filename(sandbox_cfg_t **cfg, char *file);
|
||||
|
||||
/**DOCDOC*/
|
||||
/* DOCDOC */
|
||||
int sandbox_cfg_allow_rename(sandbox_cfg_t **cfg, char *file1, char *file2);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user