svn:r3033
@@ -3,9 +3,9 @@
/* $Id$ */
/**
- * /file log.h
+ * \file log.h
*
- * /brief Headers for logging functions.
+ * \brief Headers for logging functions.
**/
#ifndef __LOG_H
@@ -6,10 +6,9 @@
const char config_c_id[] = "$Id$";
- * /file config.c
- *
- * /brief Code to parse and interpret configuration files.
+ * \file config.c
+ * \brief Code to parse and interpret configuration files.
#include "or.h"
@@ -4,9 +4,9 @@
const char control_c_id[] = "$Id$";
- * /file control.c
+ * \file control.c
- * /brief Implementation for Tor's control-socket interface.
+ * \brief Implementation for Tor's control-socket interface.
*/