Add @ingroup tags and another doxygen comment.

Originally committed to SVN as r3558.
This commit is contained in:
Amar Takhar 2009-09-26 09:38:17 +00:00
parent 16a6616da7
commit c98fe933a4
22 changed files with 26 additions and 0 deletions

View File

@ -16,6 +16,7 @@
/// @file aegisub.cpp
/// @brief Aegisub specific configuration options and properties.
/// @ingroup base
#ifndef R_PRECOMP
#include <wx/fileconf.h>

View File

@ -16,6 +16,7 @@
/// @file aegisub.h
/// @see aegisub.cpp
/// @ingroup base
/// @class Aegisub
/// @brief Gather Aegisub information from the config file or otherwise.

View File

@ -17,6 +17,7 @@
/// @file platform.h
/// @brief API for gathering platform information.
/// @see platform.cpp
/// @ingroup base
#ifndef R_PRECOMP
#include <wx/platinfo.h>

View File

@ -16,6 +16,7 @@
/// @file main.cpp
/// @brief Main loop
/// @ingroup base
#ifndef R_PRECOMP
#include <locale.h>

View File

@ -16,6 +16,7 @@
/// @file main.h
/// @see main.cpp
/// @ingroup base
#ifndef R_PRECOMP
#include <wx/frame.h>

View File

@ -16,6 +16,7 @@
/// @file name_map.cpp
/// @brief XML element -> human readable name mappings.
/// @ingroup base
#include "report.h"

View File

@ -16,6 +16,7 @@
/// @file platform.cpp
/// @brief Base functions for the Platform class.
/// @ingroup base
#ifndef R_PRECOMP
#include <wx/gdicmn.h> // Display* functions.

View File

@ -16,6 +16,7 @@
/// @file platform_unix.cpp
/// @brief Unix Platform extension.
/// @ingroup unix
#ifndef R_PRECOMP
#include <wx/string.h>

View File

@ -16,6 +16,7 @@
/// @file platform_unix.h
/// @see platform_unix.cpp
/// @ingroup unix
class Platform;

View File

@ -16,6 +16,7 @@
/// @file platform_unix_bsd.cpp
/// @brief BSD Platform extensions.
/// @ingroup unix
#ifndef R_PRECOMP
#include <wx/string.h>

View File

@ -16,6 +16,7 @@
/// @file platform_unix_bsd.h
/// @see platform_unix_bsd.cpp
/// @ingroup unix
class Platform;

View File

@ -16,6 +16,7 @@
/// @file progress.cpp
/// @brief Progress bar when uploading data.
/// @ingroup base
#include "progress.h"

View File

@ -16,6 +16,7 @@
/// @file progress.h
/// @see progress.cpp
/// @ingroup base io
/// @class Progress
/// @brief Progress bar.

View File

@ -16,6 +16,7 @@
/// @file wx_pre.h
/// @brief Precompiled header.
/// @ingroup base
#define R_PRECOMP

View File

@ -16,6 +16,7 @@
/// @file report.cpp
/// @brief Generation and manipulation of reports.
/// @ingroup base
#ifndef R_PRECOMP
#include <wx/intl.h>

View File

@ -16,6 +16,7 @@
/// @file report.h
/// @see report.cpp
/// @ingroup base
#ifndef R_PRECOMP
#include <map>

View File

@ -29,6 +29,7 @@
/** @file sha256.c
* @brief Generate SHA256 hashes.
* @ingroup base
*/
/** @class SHA256Context

View File

@ -27,6 +27,11 @@
* $Id$
*/
/** @file sha256.h
* @see sha256.c
* @ingroup base
*/
#ifndef _SHA256_H_
#define _SHA256_H_

View File

@ -16,6 +16,7 @@
/// @file upload.cpp
/// @brief Handle uploading of data.
/// @ingroup base io
#ifndef R_PRECOMP
#include <wx/file.h>

View File

@ -16,6 +16,7 @@
/// @file upload.h
/// @see upload.cpp
/// @ingroup base io
#ifndef R_PRECMP
#include <curl/curl.h>

View File

@ -16,6 +16,7 @@
/// @file view.cpp
/// @brief View report in a human readable way.
/// @ingroup base
#ifndef R_PRECOMP
#include <wx/window.h>

View File

@ -16,6 +16,7 @@
/// @file view.h
/// @see view.cpp
/// @ingroup base
#ifndef R_PRECOMP
#include <wx/frame.h>