Update doxygen comment style.
This commit is contained in:
parent
c1621b7d4b
commit
c3877da61b
1 changed files with 7 additions and 5 deletions
|
@ -2,11 +2,13 @@
|
|||
#ifndef WESCONFIG_H_INCLUDED
|
||||
#define WESCONFIG_H_INCLUDED
|
||||
|
||||
//! @file wesconfig.h
|
||||
//! Some defines: VERSION, PACKAGE, MIN_SAVEGAME_VERSION
|
||||
//!
|
||||
//! This file should only be modified by the packager of the tarball
|
||||
//! before and after each release.
|
||||
/**
|
||||
* @file wesconfig.h
|
||||
* Some defines: VERSION, PACKAGE, MIN_SAVEGAME_VERSION
|
||||
*
|
||||
* This file should only be modified by the packager of the tarball
|
||||
* before and after each release.
|
||||
*/
|
||||
|
||||
// We are building with scons, so Python cannot be absent.
|
||||
// this definition has to be done somewhere else or the normal builds
|
||||
|
|
Loading…
Add table
Reference in a new issue