diff --git a/source/graphics/Camera.cpp b/source/graphics/Camera.cpp
index d99ed6705b..ca9e541ac8 100644
--- a/source/graphics/Camera.cpp
+++ b/source/graphics/Camera.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Camera.cpp
- * Project : 0 A.D.
- * Description : CCamera holds a view and a projection matrix. It also has
- * a frustum which can be used to cull objects for rendering.
- * =========================================================================
+/*
+ * CCamera holds a view and a projection matrix. It also has a frustum
+ * which can be used to cull objects for rendering.
*/
#include "precompiled.h"
diff --git a/source/graphics/Camera.h b/source/graphics/Camera.h
index 5b00e2abf0..1dd2da1698 100644
--- a/source/graphics/Camera.h
+++ b/source/graphics/Camera.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Camera.h
- * Project : 0 A.D.
- * Description : CCamera holds a view and a projection matrix. It also has
- * a frustum which can be used to cull objects for rendering.
- * =========================================================================
+/*
+ * CCamera holds a view and a projection matrix. It also has a frustum
+ * which can be used to cull objects for rendering.
*/
#ifndef INCLUDED_CAMERA
diff --git a/source/graphics/Color.cpp b/source/graphics/Color.cpp
index 04a477c6da..254d529494 100644
--- a/source/graphics/Color.cpp
+++ b/source/graphics/Color.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Color.cpp
- * Project : 0 A.D.
- * Description : Convert float RGB(A) colors to unsigned byte
- * =========================================================================
+/*
+ * Convert float RGB(A) colors to unsigned byte
*/
#include "precompiled.h"
diff --git a/source/graphics/Color.h b/source/graphics/Color.h
index 7791180a18..22dd01ae25 100644
--- a/source/graphics/Color.h
+++ b/source/graphics/Color.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Color.h
- * Project : 0 A.D.
- * Description : Convert float RGB(A) colors to unsigned byte
- * =========================================================================
+/*
+ * Convert float RGB(A) colors to unsigned byte
*/
#ifndef INCLUDED_COLOR
diff --git a/source/graphics/DefaultEmitter.cpp b/source/graphics/DefaultEmitter.cpp
index cf81e8116d..cdcfd9b852 100644
--- a/source/graphics/DefaultEmitter.cpp
+++ b/source/graphics/DefaultEmitter.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : DefaultEmitter.cpp
- * Project : 0 A.D.
- * Description : Default particle emitter implementation.
- * =========================================================================
+/*
+ * Default particle emitter implementation.
*/
#include "precompiled.h"
diff --git a/source/graphics/DefaultEmitter.h b/source/graphics/DefaultEmitter.h
index 36ccf1f908..056704170b 100644
--- a/source/graphics/DefaultEmitter.h
+++ b/source/graphics/DefaultEmitter.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : DefaultEmitter.h
- * Project : 0 A.D.
- * Description : Default particle emitter implementation.
- * =========================================================================
+/*
+ * Default particle emitter implementation.
*/
#ifndef INCLUDED_DEFAULTEMITTER
diff --git a/source/graphics/Frustum.cpp b/source/graphics/Frustum.cpp
index 12aade0089..13d445425c 100644
--- a/source/graphics/Frustum.cpp
+++ b/source/graphics/Frustum.cpp
@@ -15,13 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Frustum.cpp
- * Project : 0 A.D.
- * Description : CFrustum is a collection of planes which define
- * a viewing space.
- * =========================================================================
+/*
+ * CFrustum is a collection of planes which define a viewing space.
*/
/*
diff --git a/source/graphics/Frustum.h b/source/graphics/Frustum.h
index 5b1dbfbb98..e9ee2b3acc 100644
--- a/source/graphics/Frustum.h
+++ b/source/graphics/Frustum.h
@@ -15,13 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Frustum.cpp
- * Project : 0 A.D.
- * Description : CFrustum is a collection of planes which define
- * a viewing space.
- * =========================================================================
+/*
+ * CFrustum is a collection of planes which define a viewing space.
*/
/*
diff --git a/source/graphics/HFTracer.cpp b/source/graphics/HFTracer.cpp
index e0e098a229..1b23f25bde 100644
--- a/source/graphics/HFTracer.cpp
+++ b/source/graphics/HFTracer.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : HFTracer.cpp
- * Project : 0 A.D.
- * Description : Determine intersection of rays with a heightfield.
- * =========================================================================
+/*
+ * Determine intersection of rays with a heightfield.
*/
#include "precompiled.h"
diff --git a/source/graphics/HFTracer.h b/source/graphics/HFTracer.h
index e93422e926..a310ba1813 100644
--- a/source/graphics/HFTracer.h
+++ b/source/graphics/HFTracer.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : HFTracer.h
- * Project : 0 A.D.
- * Description : Determine intersection of rays with a heightfield.
- * =========================================================================
+/*
+ * Determine intersection of rays with a heightfield.
*/
#ifndef INCLUDED_HFTRACER
diff --git a/source/graphics/LightEnv.cpp b/source/graphics/LightEnv.cpp
index 4575c2bb84..00e9a71cc1 100644
--- a/source/graphics/LightEnv.cpp
+++ b/source/graphics/LightEnv.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : LightEnv.cpp
- * Project : Pyrogenesis
- * Description : CLightEnv implementation
- * =========================================================================
+/*
+ * CLightEnv implementation
*/
#include "precompiled.h"
diff --git a/source/graphics/LightEnv.h b/source/graphics/LightEnv.h
index b425d1f26a..169dd0fa45 100644
--- a/source/graphics/LightEnv.h
+++ b/source/graphics/LightEnv.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : LightEnv.h
- * Project : Pyrogenesis
- * Description : CLightEnv, a class describing the current lights
- * =========================================================================
+/*
+ * CLightEnv, a class describing the current lights
*/
#ifndef INCLUDED_LIGHTENV
diff --git a/source/graphics/MiniPatch.cpp b/source/graphics/MiniPatch.cpp
index 13bbcfde43..7035d6d170 100644
--- a/source/graphics/MiniPatch.cpp
+++ b/source/graphics/MiniPatch.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : MiniPatch.cpp
- * Project : 0 A.D.
- * Description : Definition of a single terrain tile
- * =========================================================================
+/*
+ * Definition of a single terrain tile
*/
#include "precompiled.h"
diff --git a/source/graphics/MiniPatch.h b/source/graphics/MiniPatch.h
index 30b2aedaa5..d4063ad376 100644
--- a/source/graphics/MiniPatch.h
+++ b/source/graphics/MiniPatch.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : MiniPatch.h
- * Project : 0 A.D.
- * Description : Definition of a single terrain tile
- * =========================================================================
+/*
+ * Definition of a single terrain tile
*/
#ifndef INCLUDED_MINIPATCH
diff --git a/source/graphics/Model.cpp b/source/graphics/Model.cpp
index 5e98e16ab3..332702d5cd 100644
--- a/source/graphics/Model.cpp
+++ b/source/graphics/Model.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Model.cpp
- * Project : 0 A.D.
- * Description : Mesh object with texture and skinning information
- * =========================================================================
+/*
+ * Mesh object with texture and skinning information
*/
#include "precompiled.h"
diff --git a/source/graphics/Model.h b/source/graphics/Model.h
index b103651260..3fa895006b 100644
--- a/source/graphics/Model.h
+++ b/source/graphics/Model.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Model.h
- * Project : 0 A.D.
- * Description : Mesh object with texture and skinning information
- * =========================================================================
+/*
+ * Mesh object with texture and skinning information
*/
#ifndef INCLUDED_MODEL
diff --git a/source/graphics/ModelDef.cpp b/source/graphics/ModelDef.cpp
index 57b49e97ad..c3dc6cd3bd 100644
--- a/source/graphics/ModelDef.cpp
+++ b/source/graphics/ModelDef.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ModelDef.cpp
- * Project : 0 A.D.
- * Description : Defines a raw 3d model.
- * =========================================================================
+/*
+ * Defines a raw 3d model.
*/
#include "precompiled.h"
diff --git a/source/graphics/ModelDef.h b/source/graphics/ModelDef.h
index be6606bb99..777c499a10 100644
--- a/source/graphics/ModelDef.h
+++ b/source/graphics/ModelDef.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ModelDef.h
- * Project : 0 A.D.
- * Description : Defines a raw 3d model.
- * =========================================================================
+/*
+ * Defines a raw 3d model.
*/
#ifndef INCLUDED_MODELDEF
diff --git a/source/graphics/ParticleEmitter.cpp b/source/graphics/ParticleEmitter.cpp
index 8f43075b9e..daaa7bff6d 100644
--- a/source/graphics/ParticleEmitter.cpp
+++ b/source/graphics/ParticleEmitter.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ParticleEmitter.cpp
- * Project : 0 A.D.
- * Description : Particle and Emitter base classes.
- * =========================================================================
+/*
+ * Particle and Emitter base classes.
*/
#include "precompiled.h"
diff --git a/source/graphics/ParticleEmitter.h b/source/graphics/ParticleEmitter.h
index 3e56c75b38..4f896df852 100644
--- a/source/graphics/ParticleEmitter.h
+++ b/source/graphics/ParticleEmitter.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ParticleEmitter.h
- * Project : 0 A.D.
- * Description : Particle and Emitter base classes.
- * =========================================================================
+/*
+ * Particle and Emitter base classes.
*/
#ifndef INCLUDED_PARTICLEEMITTER
diff --git a/source/graphics/ParticleEngine.cpp b/source/graphics/ParticleEngine.cpp
index d11f830ebf..35483117f8 100644
--- a/source/graphics/ParticleEngine.cpp
+++ b/source/graphics/ParticleEngine.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ParticleEngine.cpp
- * Project : 0 A.D.
- * Description : Particle engine implementation
- * =========================================================================
+/*
+ * Particle engine implementation
*/
#include "precompiled.h"
diff --git a/source/graphics/ParticleEngine.h b/source/graphics/ParticleEngine.h
index 8f48a03145..423111447d 100644
--- a/source/graphics/ParticleEngine.h
+++ b/source/graphics/ParticleEngine.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ParticleEngine.h
- * Project : 0 A.D.
- * Description : Particle engine implementation
- * =========================================================================
+/*
+ * Particle engine implementation
*/
#ifndef INCLUDED_PARTICLEENGINE
diff --git a/source/graphics/Patch.cpp b/source/graphics/Patch.cpp
index 3ea3859080..439129ffc7 100644
--- a/source/graphics/Patch.cpp
+++ b/source/graphics/Patch.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Patch.cpp
- * Project : 0 A.D.
- * Description : A patch of terrain holding NxN MiniPatch tiles
- * =========================================================================
+/*
+ * A patch of terrain holding NxN MiniPatch tiles
*/
#include "precompiled.h"
diff --git a/source/graphics/Patch.h b/source/graphics/Patch.h
index e85e4cbda7..e82b3c2c31 100644
--- a/source/graphics/Patch.h
+++ b/source/graphics/Patch.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Patch.h
- * Project : 0 A.D.
- * Description : A patch of terrain holding NxN MiniPatch tiles
- * =========================================================================
+/*
+ * A patch of terrain holding NxN MiniPatch tiles
*/
#ifndef INCLUDED_PATCH
diff --git a/source/graphics/RenderableObject.h b/source/graphics/RenderableObject.h
index 15b2924fc4..3d0a5240bc 100644
--- a/source/graphics/RenderableObject.h
+++ b/source/graphics/RenderableObject.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : RenderableObject.h
- * Project : 0 A.D.
- * Description : Base class for renderable objects
- * =========================================================================
+/*
+ * Base class for renderable objects
*/
#ifndef INCLUDED_RENDERABLEOBJECT
diff --git a/source/graphics/SkeletonAnim.h b/source/graphics/SkeletonAnim.h
index a74861be52..3357701627 100644
--- a/source/graphics/SkeletonAnim.h
+++ b/source/graphics/SkeletonAnim.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : SkeletonAnim.h
- * Project : 0 A.D.
- * Description : Instance of CSkeletonAnimDef for application onto a model
- * =========================================================================
+/*
+ * Instance of CSkeletonAnimDef for application onto a model
*/
#ifndef INCLUDED_SKELETONANIM
diff --git a/source/graphics/SkeletonAnimDef.cpp b/source/graphics/SkeletonAnimDef.cpp
index dbe9fee836..7d4ba62f84 100644
--- a/source/graphics/SkeletonAnimDef.cpp
+++ b/source/graphics/SkeletonAnimDef.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : SkeletonAnim.cpp
- * Project : 0 A.D.
- * Description : Raw description of a skeleton animation
- * =========================================================================
+/*
+ * Raw description of a skeleton animation
*/
#include "precompiled.h"
diff --git a/source/graphics/SkeletonAnimDef.h b/source/graphics/SkeletonAnimDef.h
index b93ab4261e..e5e1f35d58 100644
--- a/source/graphics/SkeletonAnimDef.h
+++ b/source/graphics/SkeletonAnimDef.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : SkeletonAnim.h
- * Project : 0 A.D.
- * Description : Raw description of a skeleton animation
- * =========================================================================
+/*
+ * Raw description of a skeleton animation
*/
#ifndef INCLUDED_SKELETONANIMDEF
diff --git a/source/graphics/SkeletonAnimManager.cpp b/source/graphics/SkeletonAnimManager.cpp
index a045731aa6..896cbb761d 100644
--- a/source/graphics/SkeletonAnimManager.cpp
+++ b/source/graphics/SkeletonAnimManager.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : SkeletonAnimManager.cpp
- * Project : 0 A.D.
- * Description : Owner of all skeleton animations
- * =========================================================================
+/*
+ * Owner of all skeleton animations
*/
#include "precompiled.h"
diff --git a/source/graphics/SkeletonAnimManager.h b/source/graphics/SkeletonAnimManager.h
index 3432be5749..f60a5ac48f 100644
--- a/source/graphics/SkeletonAnimManager.h
+++ b/source/graphics/SkeletonAnimManager.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : SkeletonAnimManager.h
- * Project : 0 A.D.
- * Description : Owner of all skeleton animations
- * =========================================================================
+/*
+ * Owner of all skeleton animations
*/
#ifndef INCLUDED_SKELETONANIMMANAGER
diff --git a/source/graphics/Sprite.cpp b/source/graphics/Sprite.cpp
index 1614f09272..894e783e71 100644
--- a/source/graphics/Sprite.cpp
+++ b/source/graphics/Sprite.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Sprite.h
- * Project : 0 A.D.
- * Description : Billboarding sprite class - always faces the camera. It
- * does this by getting the current model view matrix state.
- * =========================================================================
+/*
+ * Billboarding sprite class - always faces the camera. It does this by
+ * getting the current model view matrix state.
*/
// Usage: Instantiate, then be sure to pass a loaded
diff --git a/source/graphics/Sprite.h b/source/graphics/Sprite.h
index 15e3cb2932..9f41b64e95 100644
--- a/source/graphics/Sprite.h
+++ b/source/graphics/Sprite.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Sprite.h
- * Project : 0 A.D.
- * Description : Billboarding sprite class - always faces the camera. It
- * does this by getting the current model view matrix state.
- * =========================================================================
+/*
+ * Billboarding sprite class - always faces the camera. It does this by
+ * getting the current model view matrix state.
*/
// Usage: Instantiate, then be sure to pass a loaded
diff --git a/source/graphics/Terrain.cpp b/source/graphics/Terrain.cpp
index d7b3fd5c57..48de688d7d 100644
--- a/source/graphics/Terrain.cpp
+++ b/source/graphics/Terrain.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Terrain.cpp
- * Project : 0 A.D.
- * Description : Describes ground via heightmap and array of CPatch.
- * =========================================================================
+/*
+ * Describes ground via heightmap and array of CPatch.
*/
#include "precompiled.h"
diff --git a/source/graphics/Terrain.h b/source/graphics/Terrain.h
index c9954c0ad5..178c0e3157 100644
--- a/source/graphics/Terrain.h
+++ b/source/graphics/Terrain.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Terrain.h
- * Project : 0 A.D.
- * Description : Describes ground via heightmap and array of CPatch.
- * =========================================================================
+/*
+ * Describes ground via heightmap and array of CPatch.
*/
#ifndef INCLUDED_TERRAIN
diff --git a/source/graphics/UnitManager.cpp b/source/graphics/UnitManager.cpp
index e8639aa08c..2157bc9d4f 100644
--- a/source/graphics/UnitManager.cpp
+++ b/source/graphics/UnitManager.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : UnitManager.cpp
- * Project : 0 A.D.
- * Description : Container that owns all units
- * =========================================================================
+/*
+ * Container that owns all units
*/
#include "precompiled.h"
diff --git a/source/graphics/UnitManager.h b/source/graphics/UnitManager.h
index 0adf61af5a..9cd4e63d65 100644
--- a/source/graphics/UnitManager.h
+++ b/source/graphics/UnitManager.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : UnitManager.h
- * Project : 0 A.D.
- * Description : Container that owns all units
- * =========================================================================
+/*
+ * Container that owns all units
*/
#ifndef INCLUDED_UNITMANAGER
diff --git a/source/graphics/scripting/JSInterface_LightEnv.cpp b/source/graphics/scripting/JSInterface_LightEnv.cpp
index eb059f622d..ac17ec8132 100644
--- a/source/graphics/scripting/JSInterface_LightEnv.cpp
+++ b/source/graphics/scripting/JSInterface_LightEnv.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : JSInterface_LightEnv.cpp
- * Project : Pyrogenesis
- * Description : Provide the LightEnv object type for JavaScript
- * =========================================================================
+/*
+ * Provide the LightEnv object type for JavaScript
*/
#include "precompiled.h"
diff --git a/source/graphics/scripting/JSInterface_LightEnv.h b/source/graphics/scripting/JSInterface_LightEnv.h
index 18e584bb7f..c2da76c229 100644
--- a/source/graphics/scripting/JSInterface_LightEnv.h
+++ b/source/graphics/scripting/JSInterface_LightEnv.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : JSInterface_LightEnv.h
- * Project : Pyrogenesis
- * Description : Provide the LightEnv object type for JavaScript
- * =========================================================================
+/*
+ * Provide the LightEnv object type for JavaScript
*/
#ifndef INCLUDED_JSI_LIGHTENV
diff --git a/source/lib/adts.h b/source/lib/adts.h
index 0b285fe20b..36dfce2820 100644
--- a/source/lib/adts.h
+++ b/source/lib/adts.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : adts.h
- * Project : 0 A.D.
- * Description : useful Abstract Data Types not provided by STL.
- * =========================================================================
+/*
+ * useful Abstract Data Types not provided by STL.
*/
#ifndef INCLUDED_ADTS
diff --git a/source/lib/allocators/aligned_allocator.cpp b/source/lib/allocators/aligned_allocator.cpp
index d0387d14d5..5196cca550 100644
--- a/source/lib/allocators/aligned_allocator.cpp
+++ b/source/lib/allocators/aligned_allocator.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : aligned_allocator.cpp
- * Project : 0 A.D.
- * Description : STL allocator for aligned memory
- * =========================================================================
+/*
+ * STL allocator for aligned memory
*/
#include "precompiled.h"
diff --git a/source/lib/allocators/aligned_allocator.h b/source/lib/allocators/aligned_allocator.h
index afa1a83f20..67150a6591 100644
--- a/source/lib/allocators/aligned_allocator.h
+++ b/source/lib/allocators/aligned_allocator.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : aligned_allocator.h
- * Project : 0 A.D.
- * Description : STL allocator for aligned memory
- * =========================================================================
+/*
+ * STL allocator for aligned memory
*/
#ifndef ALIGNED_ALLOCATOR
diff --git a/source/lib/allocators/allocators.cpp b/source/lib/allocators/allocators.cpp
index 23a0fa740f..4962605ada 100644
--- a/source/lib/allocators/allocators.cpp
+++ b/source/lib/allocators/allocators.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : allocators.cpp
- * Project : 0 A.D.
- * Description : memory suballocators.
- * =========================================================================
+/*
+ * memory suballocators.
*/
#include "precompiled.h"
diff --git a/source/lib/allocators/allocators.h b/source/lib/allocators/allocators.h
index e2cc23236b..803bd18fc5 100644
--- a/source/lib/allocators/allocators.h
+++ b/source/lib/allocators/allocators.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : allocators.h
- * Project : 0 A.D.
- * Description : memory suballocators.
- * =========================================================================
+/*
+ * memory suballocators.
*/
#ifndef INCLUDED_ALLOCATORS
diff --git a/source/lib/allocators/bucket.cpp b/source/lib/allocators/bucket.cpp
index 3a52c4da54..4fc117bf54 100644
--- a/source/lib/allocators/bucket.cpp
+++ b/source/lib/allocators/bucket.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : bucket.cpp
- * Project : 0 A.D.
- * Description : bucket allocator
- * =========================================================================
+/*
+ * bucket allocator
*/
#include "precompiled.h"
diff --git a/source/lib/allocators/bucket.h b/source/lib/allocators/bucket.h
index 9efbecb078..5593880057 100644
--- a/source/lib/allocators/bucket.h
+++ b/source/lib/allocators/bucket.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : bucket.h
- * Project : 0 A.D.
- * Description : bucket allocator
- * =========================================================================
+/*
+ * bucket allocator
*/
#ifndef INCLUDED_BUCKET
diff --git a/source/lib/allocators/dynarray.cpp b/source/lib/allocators/dynarray.cpp
index 9ae9a0e5dc..0284380e6b 100644
--- a/source/lib/allocators/dynarray.cpp
+++ b/source/lib/allocators/dynarray.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : dynarray.cpp
- * Project : 0 A.D.
- * Description : dynamic (expandable) array
- * =========================================================================
+/*
+ * dynamic (expandable) array
*/
#include "precompiled.h"
diff --git a/source/lib/allocators/dynarray.h b/source/lib/allocators/dynarray.h
index fdb3c20080..c51a7e8c47 100644
--- a/source/lib/allocators/dynarray.h
+++ b/source/lib/allocators/dynarray.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : dynarray.h
- * Project : 0 A.D.
- * Description : dynamic (expandable) array
- * =========================================================================
+/*
+ * dynamic (expandable) array
*/
#ifndef INCLUDED_DYNARRAY
diff --git a/source/lib/allocators/headerless.cpp b/source/lib/allocators/headerless.cpp
index 7e2fff2202..71d6e77df4 100644
--- a/source/lib/allocators/headerless.cpp
+++ b/source/lib/allocators/headerless.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : headerless.cpp
- * Project : 0 A.D.
- * Description : (header-.less) pool-based heap allocator
- * =========================================================================
+/*
+ * (header-.less) pool-based heap allocator
*/
#include "precompiled.h"
diff --git a/source/lib/allocators/headerless.h b/source/lib/allocators/headerless.h
index 8b3e66b9d6..279dce773d 100644
--- a/source/lib/allocators/headerless.h
+++ b/source/lib/allocators/headerless.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : headerless.h
- * Project : 0 A.D.
- * Description : (header-less) pool-based heap allocator
- * =========================================================================
+/*
+ * (header-less) pool-based heap allocator
*/
#ifndef INCLUDED_HEADERLESS
diff --git a/source/lib/allocators/mem_util.cpp b/source/lib/allocators/mem_util.cpp
index 8de72b9dcf..d5e6a93046 100644
--- a/source/lib/allocators/mem_util.cpp
+++ b/source/lib/allocators/mem_util.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : mem_util.cpp
- * Project : 0 A.D.
- * Description : memory allocator helper routines.
- * =========================================================================
+/*
+ * memory allocator helper routines.
*/
#include "precompiled.h"
diff --git a/source/lib/allocators/mem_util.h b/source/lib/allocators/mem_util.h
index a78c42f501..8c4c88b81f 100644
--- a/source/lib/allocators/mem_util.h
+++ b/source/lib/allocators/mem_util.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : mem_util.h
- * Project : 0 A.D.
- * Description : memory allocator helper routines.
- * =========================================================================
+/*
+ * memory allocator helper routines.
*/
#ifndef INCLUDED_MEM_UTIL
diff --git a/source/lib/allocators/pool.cpp b/source/lib/allocators/pool.cpp
index 66746ee54f..4028f7c50b 100644
--- a/source/lib/allocators/pool.cpp
+++ b/source/lib/allocators/pool.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : pool.cpp
- * Project : 0 A.D.
- * Description : pool allocator
- * =========================================================================
+/*
+ * pool allocator
*/
#include "precompiled.h"
diff --git a/source/lib/allocators/pool.h b/source/lib/allocators/pool.h
index 9a8bbfca86..6cedbae67b 100644
--- a/source/lib/allocators/pool.h
+++ b/source/lib/allocators/pool.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : pool.h
- * Project : 0 A.D.
- * Description : pool allocator
- * =========================================================================
+/*
+ * pool allocator
*/
#ifndef INCLUDED_POOL
diff --git a/source/lib/allocators/string_pool.cpp b/source/lib/allocators/string_pool.cpp
index 2ea2380e22..0d155db72e 100644
--- a/source/lib/allocators/string_pool.cpp
+++ b/source/lib/allocators/string_pool.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : string_pool.cpp
- * Project : 0 A.D.
- * Description : shared storage for strings
- * =========================================================================
+/*
+ * shared storage for strings
*/
#include "precompiled.h"
diff --git a/source/lib/allocators/string_pool.h b/source/lib/allocators/string_pool.h
index fcb49efc16..5116a5b93d 100644
--- a/source/lib/allocators/string_pool.h
+++ b/source/lib/allocators/string_pool.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : string_pool.h
- * Project : 0 A.D.
- * Description : shared storage for strings
- * =========================================================================
+/*
+ * shared storage for strings
*/
#ifndef INCLUDED_STRING_POOL
diff --git a/source/lib/app_hooks.cpp b/source/lib/app_hooks.cpp
index f3603e9077..92c3411ec2 100644
--- a/source/lib/app_hooks.cpp
+++ b/source/lib/app_hooks.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : app_hooks.cpp
- * Project : 0 A.D.
- * Description : hooks to allow customization / app-specific behavior.
- * =========================================================================
+/*
+ * hooks to allow customization / app-specific behavior.
*/
#include "precompiled.h"
diff --git a/source/lib/app_hooks.h b/source/lib/app_hooks.h
index 6ff7456976..f981d57314 100644
--- a/source/lib/app_hooks.h
+++ b/source/lib/app_hooks.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : app_hooks.h
- * Project : 0 A.D.
- * Description : hooks to allow customization / app-specific behavior.
- * =========================================================================
+/*
+ * hooks to allow customization / app-specific behavior.
*/
/*
diff --git a/source/lib/base32.cpp b/source/lib/base32.cpp
index c46aaa1eab..6ae2cf3f7e 100644
--- a/source/lib/base32.cpp
+++ b/source/lib/base32.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : base32.cpp
- * Project : 0 A.D.
- * Description : base32 conversion
- * =========================================================================
+/*
+ * base32 conversion
*/
#include "precompiled.h"
diff --git a/source/lib/base32.h b/source/lib/base32.h
index bb3760de60..5f8047e829 100644
--- a/source/lib/base32.h
+++ b/source/lib/base32.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : base32.h
- * Project : 0 A.D.
- * Description : base32 conversion
- * =========================================================================
+/*
+ * base32 conversion
*/
#ifndef INCLUDED_BASE32
diff --git a/source/lib/bits.cpp b/source/lib/bits.cpp
index cfcbbc5862..a55bbfebe2 100644
--- a/source/lib/bits.cpp
+++ b/source/lib/bits.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : bits.cpp
- * Project : 0 A.D.
- * Description : bit-twiddling.
- * =========================================================================
+/*
+ * bit-twiddling.
*/
#include "precompiled.h"
diff --git a/source/lib/bits.h b/source/lib/bits.h
index bf6fcd02aa..dde713a75d 100644
--- a/source/lib/bits.h
+++ b/source/lib/bits.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : bits.h
- * Project : 0 A.D.
- * Description : bit-twiddling.
- * =========================================================================
+/*
+ * bit-twiddling.
*/
#ifndef INCLUDED_BITS
diff --git a/source/lib/byte_order.cpp b/source/lib/byte_order.cpp
index 672f954988..7c6e6b977d 100644
--- a/source/lib/byte_order.cpp
+++ b/source/lib/byte_order.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : byte_order.cpp
- * Project : 0 A.D.
- * Description : byte order (endianness) support routines.
- * =========================================================================
+/*
+ * byte order (endianness) support routines.
*/
#include "precompiled.h"
diff --git a/source/lib/byte_order.h b/source/lib/byte_order.h
index 687ff0d60e..2418c31239 100644
--- a/source/lib/byte_order.h
+++ b/source/lib/byte_order.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : byte_order.h
- * Project : 0 A.D.
- * Description : byte order (endianness) support routines.
- * =========================================================================
+/*
+ * byte order (endianness) support routines.
*/
#ifndef INCLUDED_BYTE_ORDER
diff --git a/source/lib/cache_adt.h b/source/lib/cache_adt.h
index e575fbd727..2e9ff42859 100644
--- a/source/lib/cache_adt.h
+++ b/source/lib/cache_adt.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : cache_adt.h
- * Project : 0 A.D.
- * Description : Customizable cache data structure.
- * =========================================================================
+/*
+ * Customizable cache data structure.
*/
#ifndef INCLUDED_CACHE_ADT
diff --git a/source/lib/code_annotation.h b/source/lib/code_annotation.h
index d6a2410ae4..9efea6eca2 100644
--- a/source/lib/code_annotation.h
+++ b/source/lib/code_annotation.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : code_annotation.h
- * Project : 0 A.D.
- * Description : macros for code annotation.
- * =========================================================================
+/*
+ * macros for code annotation.
*/
#ifndef INCLUDED_CODE_ANNOTATION
diff --git a/source/lib/config.h b/source/lib/config.h
index b40b994ca6..84e749abf3 100644
--- a/source/lib/config.h
+++ b/source/lib/config.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : config.h
- * Project : 0 A.D.
- * Description : compile-time configuration for the entire project
- * =========================================================================
+/*
+ * compile-time configuration for the entire project
*/
#ifndef INCLUDED_CONFIG
diff --git a/source/lib/config2.h b/source/lib/config2.h
index 5f0c6f977b..19c3ed9b3e 100644
--- a/source/lib/config2.h
+++ b/source/lib/config2.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : config2.h
- * Project : 0 A.D.
- * Description : compile-time configuration for isolated spots
- * =========================================================================
+/*
+ * compile-time configuration for isolated spots
*/
#ifndef INCLUDED_CONFIG2
diff --git a/source/lib/debug.cpp b/source/lib/debug.cpp
index d39562b593..76dc8fb99a 100644
--- a/source/lib/debug.cpp
+++ b/source/lib/debug.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : debug.cpp
- * Project : 0 A.D.
- * Description : platform-independent debug support code.
- * =========================================================================
+/*
+ * platform-independent debug support code.
*/
#include "precompiled.h"
diff --git a/source/lib/debug.h b/source/lib/debug.h
index 43b3168b55..0c25c5734c 100644
--- a/source/lib/debug.h
+++ b/source/lib/debug.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : debug.h
- * Project : 0 A.D.
- * Description : platform-independent debug support code.
- * =========================================================================
+/*
+ * platform-independent debug support code.
*/
#ifndef INCLUDED_DEBUG
diff --git a/source/lib/debug_stl.cpp b/source/lib/debug_stl.cpp
index 7b19dc11b9..4fa52c9e43 100644
--- a/source/lib/debug_stl.cpp
+++ b/source/lib/debug_stl.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : debug_stl.cpp
- * Project : 0 A.D.
- * Description : portable debugging helper functions specific to the STL.
- * =========================================================================
+/*
+ * portable debugging helper functions specific to the STL.
*/
#include "precompiled.h"
diff --git a/source/lib/debug_stl.h b/source/lib/debug_stl.h
index ba765283d8..8f58b75799 100644
--- a/source/lib/debug_stl.h
+++ b/source/lib/debug_stl.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : debug_stl.h
- * Project : 0 A.D.
- * Description : portable debugging helper functions specific to the STL.
- * =========================================================================
+/*
+ * portable debugging helper functions specific to the STL.
*/
#ifndef INCLUDED_DEBUG_STL
diff --git a/source/lib/external_libraries/boost_filesystem.h b/source/lib/external_libraries/boost_filesystem.h
index ed93eab849..9151c1db43 100644
--- a/source/lib/external_libraries/boost_filesystem.h
+++ b/source/lib/external_libraries/boost_filesystem.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : boost_filesystem.h
- * Project : 0 A.D.
- * Description : bring in Boost filesystem library
- * =========================================================================
+/*
+ * bring in Boost filesystem library
*/
#ifndef INCLUDED_BOOST_FILESYSTEM
diff --git a/source/lib/external_libraries/dbghelp.h b/source/lib/external_libraries/dbghelp.h
index ff0819efd5..f7da66c6a6 100644
--- a/source/lib/external_libraries/dbghelp.h
+++ b/source/lib/external_libraries/dbghelp.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : dbghelp.h
- * Project : 0 A.D.
- * Description : bring in dbghelp library
- * =========================================================================
+/*
+ * bring in dbghelp library
*/
#ifndef INCLUDED_DBGHELP
diff --git a/source/lib/external_libraries/libjpeg.h b/source/lib/external_libraries/libjpeg.h
index 22ea2fb1e4..0da6439791 100644
--- a/source/lib/external_libraries/libjpeg.h
+++ b/source/lib/external_libraries/libjpeg.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : libjpeg.h
- * Project : 0 A.D.
- * Description : bring in libjpeg header+library, with compatibility fixes
- * =========================================================================
+/*
+ * bring in libjpeg header+library, with compatibility fixes
*/
#ifndef INCLUDED_LIBJPEG
diff --git a/source/lib/external_libraries/openal.h b/source/lib/external_libraries/openal.h
index 7c5f473077..84d5add7e0 100644
--- a/source/lib/external_libraries/openal.h
+++ b/source/lib/external_libraries/openal.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : openal.h
- * Project : 0 A.D.
- * Description : bring in OpenAL header+library, with compatibility fixes
- * =========================================================================
+/*
+ * bring in OpenAL header+library, with compatibility fixes
*/
#ifndef INCLUDED_OPENAL
diff --git a/source/lib/external_libraries/png.h b/source/lib/external_libraries/png.h
index be04c87001..df16a1fe81 100644
--- a/source/lib/external_libraries/png.h
+++ b/source/lib/external_libraries/png.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : png.h
- * Project : 0 A.D.
- * Description : bring in LibPNG header+library, with compatibility fixes
- * =========================================================================
+/*
+ * bring in LibPNG header+library, with compatibility fixes
*/
#ifndef INCLUDED_PNG
diff --git a/source/lib/external_libraries/sdl.h b/source/lib/external_libraries/sdl.h
index 27ccb10cfe..13933df919 100644
--- a/source/lib/external_libraries/sdl.h
+++ b/source/lib/external_libraries/sdl.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : sdl.h
- * Project : 0 A.D.
- * Description : SDL header; uses emulator on Windows, otherwise libsdl.
- * =========================================================================
+/*
+ * SDL header; uses emulator on Windows, otherwise libsdl.
*/
#ifndef INCLUDED_SDL
diff --git a/source/lib/external_libraries/sdl_fwd.h b/source/lib/external_libraries/sdl_fwd.h
index cd1430eb27..12af3fffce 100644
--- a/source/lib/external_libraries/sdl_fwd.h
+++ b/source/lib/external_libraries/sdl_fwd.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : sdl_fwd.h
- * Project : 0 A.D.
- * Description : forward declaration of SDL_Event
- * =========================================================================
+/*
+ * forward declaration of SDL_Event
*/
#ifndef INCLUDED_SDL_FWD
diff --git a/source/lib/external_libraries/wxwidgets.h b/source/lib/external_libraries/wxwidgets.h
index 9af672ab34..fedca68554 100644
--- a/source/lib/external_libraries/wxwidgets.h
+++ b/source/lib/external_libraries/wxwidgets.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wxwidgets.h
- * Project : 0 A.D.
- * Description : bring in wxWidgets headers, with compatibility fixes
- * =========================================================================
+/*
+ * bring in wxWidgets headers, with compatibility fixes
*/
#ifndef INCLUDED_WXWIDGETS
diff --git a/source/lib/external_libraries/zlib.h b/source/lib/external_libraries/zlib.h
index 9b4f4851d4..3a804edd6c 100644
--- a/source/lib/external_libraries/zlib.h
+++ b/source/lib/external_libraries/zlib.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : zlib.h
- * Project : 0 A.D.
- * Description : bring in ZLib header+library, with compatibility fixes
- * =========================================================================
+/*
+ * bring in ZLib header+library, with compatibility fixes
*/
#ifndef INCLUDED_ZLIB
diff --git a/source/lib/fat_time.cpp b/source/lib/fat_time.cpp
index 85dcc39d53..1b62dd0f0f 100644
--- a/source/lib/fat_time.cpp
+++ b/source/lib/fat_time.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : fat_time.cpp
- * Project : 0 A.D.
- * Description : timestamp conversion: DOS FAT <-> Unix time_t
- * =========================================================================
+/*
+ * timestamp conversion: DOS FAT <-> Unix time_t
*/
#include "precompiled.h"
diff --git a/source/lib/file/archive/archive.cpp b/source/lib/file/archive/archive.cpp
index 37f73c2f4a..1a926fc07d 100644
--- a/source/lib/file/archive/archive.cpp
+++ b/source/lib/file/archive/archive.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : archive.cpp
- * Project : 0 A.D.
- * Description : interface for reading from and creating archives.
- * =========================================================================
+/*
+ * interface for reading from and creating archives.
*/
#include "precompiled.h"
diff --git a/source/lib/file/archive/archive.h b/source/lib/file/archive/archive.h
index 2dbf8c61b7..b0a0aed4f0 100644
--- a/source/lib/file/archive/archive.h
+++ b/source/lib/file/archive/archive.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : archive.h
- * Project : 0 A.D.
- * Description : interface for reading from and creating archives.
- * =========================================================================
+/*
+ * interface for reading from and creating archives.
*/
#ifndef INCLUDED_ARCHIVE
diff --git a/source/lib/file/archive/archive_builder.cpp b/source/lib/file/archive/archive_builder.cpp
index 340696576b..3617514949 100644
--- a/source/lib/file/archive/archive_builder.cpp
+++ b/source/lib/file/archive/archive_builder.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : vfs_optimizer.cpp
- * Project : 0 A.D.
- * Description : automatically bundles files into archives in order of
- * : access to optimize I/O.
- * =========================================================================
+/*
+ * automatically bundles files into archives in order of access to
+ * optimize I/O.
*/
#include "precompiled.h"
diff --git a/source/lib/file/archive/archive_builder.h b/source/lib/file/archive/archive_builder.h
index 0516dddb1c..594ef0740b 100644
--- a/source/lib/file/archive/archive_builder.h
+++ b/source/lib/file/archive/archive_builder.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : vfs_optimizer.h
- * Project : 0 A.D.
- * Description : automatically bundles files into archives in order of
- * : access to optimize I/O.
- * =========================================================================
+/*
+ * automatically bundles files into archives in order of access to
+ * optimize I/O.
*/
#ifndef INCLUDED_VFS_OPTIMIZER
diff --git a/source/lib/file/archive/archive_zip.cpp b/source/lib/file/archive/archive_zip.cpp
index a356aaf2b6..c69207affd 100644
--- a/source/lib/file/archive/archive_zip.cpp
+++ b/source/lib/file/archive/archive_zip.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : archive_zip.cpp
- * Project : 0 A.D.
- * Description : archive backend for Zip files.
- * =========================================================================
+/*
+ * archive backend for Zip files.
*/
#include "precompiled.h"
diff --git a/source/lib/file/archive/archive_zip.h b/source/lib/file/archive/archive_zip.h
index 292d403baa..e20be7b33e 100644
--- a/source/lib/file/archive/archive_zip.h
+++ b/source/lib/file/archive/archive_zip.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : archive_zip.h
- * Project : 0 A.D.
- * Description : archive backend for Zip files.
- * =========================================================================
+/*
+ * archive backend for Zip files.
*/
#ifndef INCLUDED_ARCHIVE_ZIP
diff --git a/source/lib/file/archive/codec.cpp b/source/lib/file/archive/codec.cpp
index af4ff67ea4..d207ba64f3 100644
--- a/source/lib/file/archive/codec.cpp
+++ b/source/lib/file/archive/codec.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : codec.cpp
- * Project : 0 A.D.
- * Description :
- * =========================================================================
+/*
+
*/
#include "precompiled.h"
diff --git a/source/lib/file/archive/codec.h b/source/lib/file/archive/codec.h
index 0473368efb..8e9463d80b 100644
--- a/source/lib/file/archive/codec.h
+++ b/source/lib/file/archive/codec.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : codec.h
- * Project : 0 A.D.
- * Description :
- * =========================================================================
+/*
+
*/
#ifndef INCLUDED_CODEC
diff --git a/source/lib/file/archive/stream.cpp b/source/lib/file/archive/stream.cpp
index b894f7b5cf..025b8004db 100644
--- a/source/lib/file/archive/stream.cpp
+++ b/source/lib/file/archive/stream.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : stream.cpp
- * Project : 0 A.D.
- * Description :
- * =========================================================================
+/*
+
*/
#include "precompiled.h"
diff --git a/source/lib/file/archive/stream.h b/source/lib/file/archive/stream.h
index 4403704657..4a4510189d 100644
--- a/source/lib/file/archive/stream.h
+++ b/source/lib/file/archive/stream.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : stream.cpp
- * Project : 0 A.D.
- * Description :
- * =========================================================================
+/*
+
*/
#ifndef INCLUDED_STREAM
diff --git a/source/lib/file/common/file_stats.cpp b/source/lib/file/common/file_stats.cpp
index 1ff6c62249..daf1e40aaf 100644
--- a/source/lib/file/common/file_stats.cpp
+++ b/source/lib/file/common/file_stats.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : file_stats.cpp
- * Project : 0 A.D.
- * Description : gathers statistics from all file modules.
- * =========================================================================
+/*
+ * gathers statistics from all file modules.
*/
#include "precompiled.h"
diff --git a/source/lib/file/common/file_stats.h b/source/lib/file/common/file_stats.h
index babd4af362..4828b31b11 100644
--- a/source/lib/file/common/file_stats.h
+++ b/source/lib/file/common/file_stats.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : file_stats.h
- * Project : 0 A.D.
- * Description : gathers statistics from all file modules.
- * =========================================================================
+/*
+ * gathers statistics from all file modules.
*/
#ifndef INCLUDED_FILE_STATS
diff --git a/source/lib/file/common/trace.cpp b/source/lib/file/common/trace.cpp
index 3f4434f524..0825740a1a 100644
--- a/source/lib/file/common/trace.cpp
+++ b/source/lib/file/common/trace.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : trace.cpp
- * Project : 0 A.D.
- * Description : IO event recording
- * =========================================================================
+/*
+ * IO event recording
*/
#include "precompiled.h"
diff --git a/source/lib/file/common/trace.h b/source/lib/file/common/trace.h
index ce133c9554..d9162cef63 100644
--- a/source/lib/file/common/trace.h
+++ b/source/lib/file/common/trace.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : trace.h
- * Project : 0 A.D.
- * Description : IO event recording
- * =========================================================================
+/*
+ * IO event recording
*/
// traces are useful for determining the optimal ordering of archived files
diff --git a/source/lib/file/file.cpp b/source/lib/file/file.cpp
index b3d382be57..e380bddd2d 100644
--- a/source/lib/file/file.cpp
+++ b/source/lib/file/file.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : file.cpp
- * Project : 0 A.D.
- * Description : simple POSIX file wrapper.
- * =========================================================================
+/*
+ * simple POSIX file wrapper.
*/
#include "precompiled.h"
diff --git a/source/lib/file/file.h b/source/lib/file/file.h
index 6e358d717d..4cd8f04a38 100644
--- a/source/lib/file/file.h
+++ b/source/lib/file/file.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : file.h
- * Project : 0 A.D.
- * Description : simple POSIX file wrapper.
- * =========================================================================
+/*
+ * simple POSIX file wrapper.
*/
#ifndef INCLUDED_FILE
diff --git a/source/lib/file/file_system.cpp b/source/lib/file/file_system.cpp
index 77ba0716e2..f6b628862e 100644
--- a/source/lib/file/file_system.cpp
+++ b/source/lib/file/file_system.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : file_system.cpp
- * Project : 0 A.D.
- * Description :
- * =========================================================================
+/*
+
*/
#include "precompiled.h"
diff --git a/source/lib/file/file_system.h b/source/lib/file/file_system.h
index 182f762402..4c142754c2 100644
--- a/source/lib/file/file_system.h
+++ b/source/lib/file/file_system.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : file_system.h
- * Project : 0 A.D.
- * Description :
- * =========================================================================
+/*
+
*/
#ifndef INCLUDED_FILE_SYSTEM
diff --git a/source/lib/file/file_system_posix.cpp b/source/lib/file/file_system_posix.cpp
index 594cea6a21..eb91efaa7f 100644
--- a/source/lib/file/file_system_posix.cpp
+++ b/source/lib/file/file_system_posix.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : directory_posix.cpp
- * Project : 0 A.D.
- * Description : file layer on top of POSIX. avoids the need for
- * : absolute paths and provides fast I/O.
- * =========================================================================
+/*
+ * file layer on top of POSIX. avoids the need for absolute paths and
+ * provides fast I/O.
*/
#include "precompiled.h"
diff --git a/source/lib/file/file_system_posix.h b/source/lib/file/file_system_posix.h
index 7c70866a38..8a7879b794 100644
--- a/source/lib/file/file_system_posix.h
+++ b/source/lib/file/file_system_posix.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : file_system_posix.h
- * Project : 0 A.D.
- * Description : file layer on top of POSIX. avoids the need for
- * : absolute paths and provides fast I/O.
- * =========================================================================
+/*
+ * file layer on top of POSIX. avoids the need for absolute paths and
+ * provides fast I/O.
*/
#ifndef INCLUDED_FILE_SYSTEM_POSIX
diff --git a/source/lib/file/file_system_util.cpp b/source/lib/file/file_system_util.cpp
index eec59dfb12..038cddb36e 100644
--- a/source/lib/file/file_system_util.cpp
+++ b/source/lib/file/file_system_util.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : file_system_util.cpp
- * Project : 0 A.D.
- * Description : helper functions for directory access
- * =========================================================================
+/*
+ * helper functions for directory access
*/
#include "precompiled.h"
diff --git a/source/lib/file/file_system_util.h b/source/lib/file/file_system_util.h
index 467424c302..4118702121 100644
--- a/source/lib/file/file_system_util.h
+++ b/source/lib/file/file_system_util.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : file_system_util.h
- * Project : 0 A.D.
- * Description : helper functions for directory access
- * =========================================================================
+/*
+ * helper functions for directory access
*/
#ifndef INCLUDED_FILE_SYSTEM_UTIL
diff --git a/source/lib/file/io/block_cache.cpp b/source/lib/file/io/block_cache.cpp
index 4ee6e4aec2..1cf479b187 100644
--- a/source/lib/file/io/block_cache.cpp
+++ b/source/lib/file/io/block_cache.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : block_cache.cpp
- * Project : 0 A.D.
- * Description : cache for aligned I/O m_blocks.
- * =========================================================================
+/*
+ * cache for aligned I/O m_blocks.
*/
#include "precompiled.h"
diff --git a/source/lib/file/io/block_cache.h b/source/lib/file/io/block_cache.h
index 66e3a1a67b..76d8cc0a82 100644
--- a/source/lib/file/io/block_cache.h
+++ b/source/lib/file/io/block_cache.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : block_cache.h
- * Project : 0 A.D.
- * Description : cache for aligned I/O blocks.
- * =========================================================================
+/*
+ * cache for aligned I/O blocks.
*/
#ifndef INCLUDED_BLOCK_CACHE
diff --git a/source/lib/file/io/io.cpp b/source/lib/file/io/io.cpp
index 74b1a00f4e..5f3aa8dd03 100644
--- a/source/lib/file/io/io.cpp
+++ b/source/lib/file/io/io.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : io.cpp
- * Project : 0 A.D.
- * Description :
- * =========================================================================
+/*
+
*/
#include "precompiled.h"
diff --git a/source/lib/file/io/io.h b/source/lib/file/io/io.h
index b566a59a16..9c975e6bef 100644
--- a/source/lib/file/io/io.h
+++ b/source/lib/file/io/io.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : io.h
- * Project : 0 A.D.
- * Description :
- * =========================================================================
+/*
+
*/
#ifndef INCLUDED_IO
diff --git a/source/lib/file/path.cpp b/source/lib/file/path.cpp
index 0874ffcad1..d46a43ec0e 100644
--- a/source/lib/file/path.cpp
+++ b/source/lib/file/path.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : path.cpp
- * Project : 0 A.D.
- * Description : manage paths relative to a root directory
- * =========================================================================
+/*
+ * manage paths relative to a root directory
*/
#include "precompiled.h"
diff --git a/source/lib/file/path.h b/source/lib/file/path.h
index 2159d4d89f..2f1d200254 100644
--- a/source/lib/file/path.h
+++ b/source/lib/file/path.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : path.h
- * Project : 0 A.D.
- * Description : manage paths relative to a root directory
- * =========================================================================
+/*
+ * manage paths relative to a root directory
*/
// path types:
diff --git a/source/lib/file/vfs/file_cache.cpp b/source/lib/file/vfs/file_cache.cpp
index cd49bad8b5..272532f3c2 100644
--- a/source/lib/file/vfs/file_cache.cpp
+++ b/source/lib/file/vfs/file_cache.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : file_cache.cpp
- * Project : 0 A.D.
- * Description : cache of file contents (supports zero-copy IO)
- * =========================================================================
+/*
+ * cache of file contents (supports zero-copy IO)
*/
#include "precompiled.h"
diff --git a/source/lib/file/vfs/file_cache.h b/source/lib/file/vfs/file_cache.h
index 3b16de8b5a..917b1b41f8 100644
--- a/source/lib/file/vfs/file_cache.h
+++ b/source/lib/file/vfs/file_cache.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : file_cache.h
- * Project : 0 A.D.
- * Description : cache of file contents (supports zero-copy IO)
- * =========================================================================
+/*
+ * cache of file contents (supports zero-copy IO)
*/
#ifndef INCLUDED_FILE_CACHE
diff --git a/source/lib/file/vfs/vfs.cpp b/source/lib/file/vfs/vfs.cpp
index fdb4129bc5..7932890198 100644
--- a/source/lib/file/vfs/vfs.cpp
+++ b/source/lib/file/vfs/vfs.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : vfs.cpp
- * Project : 0 A.D.
- * Description :
- * =========================================================================
+/*
+
*/
#include "precompiled.h"
diff --git a/source/lib/file/vfs/vfs.h b/source/lib/file/vfs/vfs.h
index 7c09bc4905..4fe9175339 100644
--- a/source/lib/file/vfs/vfs.h
+++ b/source/lib/file/vfs/vfs.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : vfs.h
- * Project : 0 A.D.
- * Description : Virtual File System API - allows transparent access to
- * : files in archives and modding via multiple mount points.
- * =========================================================================
+/*
+ * Virtual File System API - allows transparent access to files in
+ * archives and modding via multiple mount points.
*/
#ifndef INCLUDED_VFS
diff --git a/source/lib/file/vfs/vfs_lookup.cpp b/source/lib/file/vfs/vfs_lookup.cpp
index 058a05d017..c91e47d629 100644
--- a/source/lib/file/vfs/vfs_lookup.cpp
+++ b/source/lib/file/vfs/vfs_lookup.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : vfs_lookup.cpp
- * Project : 0 A.D.
- * Description : look up directories/files by traversing path components.
- * =========================================================================
+/*
+ * look up directories/files by traversing path components.
*/
#include "precompiled.h"
diff --git a/source/lib/file/vfs/vfs_lookup.h b/source/lib/file/vfs/vfs_lookup.h
index 11766f179d..5152196196 100644
--- a/source/lib/file/vfs/vfs_lookup.h
+++ b/source/lib/file/vfs/vfs_lookup.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : vfs_lookup.h
- * Project : 0 A.D.
- * Description : look up directories/files by traversing path components.
- * =========================================================================
+/*
+ * look up directories/files by traversing path components.
*/
#ifndef INCLUDED_VFS_LOOKUP
diff --git a/source/lib/file/vfs/vfs_populate.cpp b/source/lib/file/vfs/vfs_populate.cpp
index bdfbd15ddf..674bf742b6 100644
--- a/source/lib/file/vfs/vfs_populate.cpp
+++ b/source/lib/file/vfs/vfs_populate.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : vfs_populate.cpp
- * Project : 0 A.D.
- * Description : populate VFS directories with files
- * =========================================================================
+/*
+ * populate VFS directories with files
*/
#include "precompiled.h"
diff --git a/source/lib/file/vfs/vfs_populate.h b/source/lib/file/vfs/vfs_populate.h
index 753e5a7886..1a538659ec 100644
--- a/source/lib/file/vfs/vfs_populate.h
+++ b/source/lib/file/vfs/vfs_populate.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : vfs_populate.h
- * Project : 0 A.D.
- * Description : populate VFS directories with files
- * =========================================================================
+/*
+ * populate VFS directories with files
*/
#ifndef INCLUDED_VFS_POPULATE
diff --git a/source/lib/file/vfs/vfs_tree.cpp b/source/lib/file/vfs/vfs_tree.cpp
index 9c82c42a6c..1c00dd5d24 100644
--- a/source/lib/file/vfs/vfs_tree.cpp
+++ b/source/lib/file/vfs/vfs_tree.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : vfs_tree.cpp
- * Project : 0 A.D.
- * Description : 'tree' of VFS directories and files
- * =========================================================================
+/*
+ * 'tree' of VFS directories and files
*/
#include "precompiled.h"
diff --git a/source/lib/file/vfs/vfs_tree.h b/source/lib/file/vfs/vfs_tree.h
index 36850905fb..a204ba4345 100644
--- a/source/lib/file/vfs/vfs_tree.h
+++ b/source/lib/file/vfs/vfs_tree.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : vfs_tree.h
- * Project : 0 A.D.
- * Description : 'tree' of VFS directories and files
- * =========================================================================
+/*
+ * 'tree' of VFS directories and files
*/
#ifndef INCLUDED_VFS_TREE
diff --git a/source/lib/fnv_hash.cpp b/source/lib/fnv_hash.cpp
index 8c5b3cb7e4..03eb9dea50 100644
--- a/source/lib/fnv_hash.cpp
+++ b/source/lib/fnv_hash.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : fnv_hash.h
- * Project : 0 A.D.
- * Description : Fowler/Noll/Vo string hash
- * =========================================================================
+/*
+ * Fowler/Noll/Vo string hash
*/
#include "precompiled.h"
diff --git a/source/lib/fnv_hash.h b/source/lib/fnv_hash.h
index a21979e499..aba23be6cb 100644
--- a/source/lib/fnv_hash.h
+++ b/source/lib/fnv_hash.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : fnv_hash.h
- * Project : 0 A.D.
- * Description : Fowler/Noll/Vo string hash
- * =========================================================================
+/*
+ * Fowler/Noll/Vo string hash
*/
#ifndef INCLUDED_FNV_HASH
diff --git a/source/lib/glext_funcs.h b/source/lib/glext_funcs.h
index 4c3c865705..1d1b4c572c 100644
--- a/source/lib/glext_funcs.h
+++ b/source/lib/glext_funcs.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : glext_funcs.h
- * Project : 0 A.D.
- * Description : OpenGL extension function declarations (X macros).
- * =========================================================================
+/*
+ * OpenGL extension function declarations (X macros).
*/
#if OS_MACOSX
diff --git a/source/lib/input.cpp b/source/lib/input.cpp
index a87943fe3b..ea224b2ad9 100644
--- a/source/lib/input.cpp
+++ b/source/lib/input.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : input.cpp
- * Project : 0 A.D.
- * Description : SDL input redirector; dispatches to multiple handlers and
- * : allows record/playback of evs.
- * =========================================================================
+/*
+ * SDL input redirector; dispatches to multiple handlers and allows
+ * record/playback of evs.
*/
#include "precompiled.h"
diff --git a/source/lib/input.h b/source/lib/input.h
index ba05179373..e4937b0729 100644
--- a/source/lib/input.h
+++ b/source/lib/input.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : input.h
- * Project : 0 A.D.
- * Description : SDL input redirector; dispatches to multiple handlers and
- * : allows record/playback of events.
- * =========================================================================
+/*
+ * SDL input redirector; dispatches to multiple handlers and allows
+ * record/playback of events.
*/
#ifndef INCLUDED_INPUT
diff --git a/source/lib/lib.cpp b/source/lib/lib.cpp
index fc0b35f774..189af72b84 100644
--- a/source/lib/lib.cpp
+++ b/source/lib/lib.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : lib.cpp
- * Project : 0 A.D.
- * Description : various utility functions.
- * =========================================================================
+/*
+ * various utility functions.
*/
#include "precompiled.h"
diff --git a/source/lib/lib.h b/source/lib/lib.h
index 77ec6f4273..03b33c9363 100644
--- a/source/lib/lib.h
+++ b/source/lib/lib.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : lib.h
- * Project : 0 A.D.
- * Description : various utility functions.
- * =========================================================================
+/*
+ * various utility functions.
*/
/**
diff --git a/source/lib/lib_errors.cpp b/source/lib/lib_errors.cpp
index 0ad2c3b71c..a521a51485 100644
--- a/source/lib/lib_errors.cpp
+++ b/source/lib/lib_errors.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : lib_errors.cpp
- * Project : 0 A.D.
- * Description : error handling system: defines error codes, associates
- * : them with descriptive text, simplifies error notification.
- * =========================================================================
+/*
+ * error handling system: defines error codes, associates them with
+ * descriptive text, simplifies error notification.
*/
// note: this is called lib_errors.cpp because we have another
diff --git a/source/lib/lib_errors.h b/source/lib/lib_errors.h
index 3150834918..419373dba6 100644
--- a/source/lib/lib_errors.h
+++ b/source/lib/lib_errors.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : lib_errors.h
- * Project : 0 A.D.
- * Description : error handling system: defines error codes, associates
- * : them with descriptive text, simplifies error notification.
- * =========================================================================
+/*
+ * error handling system: defines error codes, associates them with
+ * descriptive text, simplifies error notification.
*/
/**
diff --git a/source/lib/lockfree.cpp b/source/lib/lockfree.cpp
index ee41589056..2c5f8400ce 100644
--- a/source/lib/lockfree.cpp
+++ b/source/lib/lockfree.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : lockfree.cpp
- * Project : 0 A.D.
- * Description : lock-free synchronized data structures.
- * =========================================================================
+/*
+ * lock-free synchronized data structures.
*/
#include "precompiled.h"
diff --git a/source/lib/lockfree.h b/source/lib/lockfree.h
index 9f2fce5bfa..32bddeb916 100644
--- a/source/lib/lockfree.h
+++ b/source/lib/lockfree.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : lockfree.h
- * Project : 0 A.D.
- * Description : lock-free synchronized data structures.
- * =========================================================================
+/*
+ * lock-free synchronized data structures.
*/
#ifndef INCLUDED_LOCKFREE
diff --git a/source/lib/module_init.cpp b/source/lib/module_init.cpp
index fb83963b63..4d03a9d131 100644
--- a/source/lib/module_init.cpp
+++ b/source/lib/module_init.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : module_init.cpp
- * Project : 0 A.D.
- * Description : helpers for module initialization/shutdown.
- * =========================================================================
+/*
+ * helpers for module initialization/shutdown.
*/
#include "precompiled.h"
diff --git a/source/lib/module_init.h b/source/lib/module_init.h
index b429618e95..46780c6319 100644
--- a/source/lib/module_init.h
+++ b/source/lib/module_init.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : module_init.h
- * Project : 0 A.D.
- * Description : helpers for module initialization/shutdown.
- * =========================================================================
+/*
+ * helpers for module initialization/shutdown.
*/
#ifndef INCLUDED_MODULE_INIT
diff --git a/source/lib/ogl.cpp b/source/lib/ogl.cpp
index 264dc72041..e1e1f9233a 100644
--- a/source/lib/ogl.cpp
+++ b/source/lib/ogl.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ogl.cpp
- * Project : 0 A.D.
- * Description : OpenGL helper functions.
- * =========================================================================
+/*
+ * OpenGL helper functions.
*/
#include "precompiled.h"
diff --git a/source/lib/ogl.h b/source/lib/ogl.h
index 765d02ec8b..2ebc100427 100644
--- a/source/lib/ogl.h
+++ b/source/lib/ogl.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ogl.h
- * Project : 0 A.D.
- * Description : OpenGL helper functions.
- * =========================================================================
+/*
+ * OpenGL helper functions.
*/
#ifndef INCLUDED_OGL
diff --git a/source/lib/path_util.cpp b/source/lib/path_util.cpp
index 48ee998d66..ead59d2b80 100644
--- a/source/lib/path_util.cpp
+++ b/source/lib/path_util.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : path_util.cpp
- * Project : 0 A.D.
- * Description : helper functions for path strings.
- * =========================================================================
+/*
+ * helper functions for path strings.
*/
#include "precompiled.h"
diff --git a/source/lib/path_util.h b/source/lib/path_util.h
index 2dac5cee9c..ee3f2d9c3d 100644
--- a/source/lib/path_util.h
+++ b/source/lib/path_util.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : path_util.h
- * Project : 0 A.D.
- * Description : helper functions for path strings.
- * =========================================================================
+/*
+ * helper functions for path strings.
*/
// notes:
diff --git a/source/lib/posix/posix.h b/source/lib/posix/posix.h
index 369e3ee0de..a167747869 100644
--- a/source/lib/posix/posix.h
+++ b/source/lib/posix/posix.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : posix.h
- * Project : 0 A.D.
- * Description : definitions for a subset of POSIX.
- * =========================================================================
+/*
+ * definitions for a subset of POSIX.
*/
/*
diff --git a/source/lib/posix/posix_types.h b/source/lib/posix/posix_types.h
index bfb4465b3a..1d769f64b9 100644
--- a/source/lib/posix/posix_types.h
+++ b/source/lib/posix/posix_types.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : posix_types.h
- * Project : 0 A.D.
- * Description : lightweight header that defines POSIX types.
- * =========================================================================
+/*
+ * lightweight header that defines POSIX types.
*/
// this header defines e.g. ssize_t and int8_t without pulling in all
diff --git a/source/lib/precompiled.h b/source/lib/precompiled.h
index f585ca94ce..807ab3f176 100644
--- a/source/lib/precompiled.h
+++ b/source/lib/precompiled.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : precompiled.h
- * Project : 0 A.D.
- * Description : precompiled header. must be the first non-comment part
- * : of every source file (VC6..8 requirement).
- * =========================================================================
+/*
+ * precompiled header. must be the first non-comment part of every
+ * source file (VC6..8 requirement).
*/
#define _SECURE_SCL 0
diff --git a/source/lib/rand.cpp b/source/lib/rand.cpp
index 214926ae24..310e7085a8 100644
--- a/source/lib/rand.cpp
+++ b/source/lib/rand.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : rand.cpp
- * Project : 0 A.D.
- * Description : pseudorandom number generator
- * =========================================================================
+/*
+ * pseudorandom number generator
*/
#include "precompiled.h"
diff --git a/source/lib/rand.h b/source/lib/rand.h
index 1efed28cf7..0b70624ea1 100644
--- a/source/lib/rand.h
+++ b/source/lib/rand.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : rand.h
- * Project : 0 A.D.
- * Description : pseudorandom number generator
- * =========================================================================
+/*
+ * pseudorandom number generator
*/
#ifndef INCLUDED_RAND
diff --git a/source/lib/regex.h b/source/lib/regex.h
index b3b979e663..c5b9b90dda 100644
--- a/source/lib/regex.h
+++ b/source/lib/regex.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : regex.h
- * Project : 0 A.D.
- * Description : minimal regex implementation
- * =========================================================================
+/*
+ * minimal regex implementation
*/
#ifndef INCLUDED_REGEX
diff --git a/source/lib/res/graphics/cursor.cpp b/source/lib/res/graphics/cursor.cpp
index fa3c4798c2..b287924a68 100644
--- a/source/lib/res/graphics/cursor.cpp
+++ b/source/lib/res/graphics/cursor.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : cursor.cpp
- * Project : 0 A.D.
- * Description : mouse cursors (either via OpenGL texture or hardware)
- * =========================================================================
+/*
+ * mouse cursors (either via OpenGL texture or hardware)
*/
#include "precompiled.h"
diff --git a/source/lib/res/graphics/cursor.h b/source/lib/res/graphics/cursor.h
index 9f498c4f50..f8bb247771 100644
--- a/source/lib/res/graphics/cursor.h
+++ b/source/lib/res/graphics/cursor.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : cursor.h
- * Project : 0 A.D.
- * Description : mouse cursors (either via OpenGL texture or hardware)
- * =========================================================================
+/*
+ * mouse cursors (either via OpenGL texture or hardware)
*/
#ifndef INCLUDED_GRAPHICS_CURSOR
diff --git a/source/lib/res/graphics/ogl_shader.cpp b/source/lib/res/graphics/ogl_shader.cpp
index 6b9d6ad0e0..40e33e5993 100644
--- a/source/lib/res/graphics/ogl_shader.cpp
+++ b/source/lib/res/graphics/ogl_shader.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ogl_shader.cpp
- * Project : 0 A.D.
- * Description : load and link together shaders; provides hotload support.
- * =========================================================================
+/*
+ * load and link together shaders; provides hotload support.
*/
#include "precompiled.h"
diff --git a/source/lib/res/graphics/ogl_shader.h b/source/lib/res/graphics/ogl_shader.h
index c723a016fa..610da618a2 100644
--- a/source/lib/res/graphics/ogl_shader.h
+++ b/source/lib/res/graphics/ogl_shader.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ogl_shader.h
- * Project : 0 A.D.
- * Description : load and link together shaders; provides hotload support.
- * =========================================================================
+/*
+ * load and link together shaders; provides hotload support.
*/
#ifndef INCLUDED_OGL_SHADER
diff --git a/source/lib/res/graphics/ogl_tex.cpp b/source/lib/res/graphics/ogl_tex.cpp
index 0cb6230c1b..4837965a23 100644
--- a/source/lib/res/graphics/ogl_tex.cpp
+++ b/source/lib/res/graphics/ogl_tex.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ogl_tex.cpp
- * Project : 0 A.D.
- * Description : wrapper for all OpenGL texturing calls.
- * : provides caching, hotloading and lifetime management.
- * =========================================================================
+/*
+ * wrapper for all OpenGL texturing calls. provides caching, hotloading
+ * and lifetime management.
*/
#include "precompiled.h"
diff --git a/source/lib/res/graphics/ogl_tex.h b/source/lib/res/graphics/ogl_tex.h
index de8e94a70d..9b4ae248cb 100644
--- a/source/lib/res/graphics/ogl_tex.h
+++ b/source/lib/res/graphics/ogl_tex.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ogl_tex.h
- * Project : 0 A.D.
- * Description : wrapper for all OpenGL texturing calls.
- * : provides caching, hotloading and lifetime management.
- * =========================================================================
+/*
+ * wrapper for all OpenGL texturing calls. provides caching, hotloading
+ * and lifetime management.
*/
/*
diff --git a/source/lib/res/graphics/unifont.cpp b/source/lib/res/graphics/unifont.cpp
index f4c9016eff..8da40b9593 100644
--- a/source/lib/res/graphics/unifont.cpp
+++ b/source/lib/res/graphics/unifont.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : unifont.cpp
- * Project : 0 A.D.
- * Description : Unicode OpenGL texture font.
- * =========================================================================
+/*
+ * Unicode OpenGL texture font.
*/
#include "precompiled.h"
diff --git a/source/lib/res/graphics/unifont.h b/source/lib/res/graphics/unifont.h
index a5706b3520..994a84b3f2 100644
--- a/source/lib/res/graphics/unifont.h
+++ b/source/lib/res/graphics/unifont.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : unifont.h
- * Project : 0 A.D.
- * Description : Unicode OpenGL texture font.
- * =========================================================================
+/*
+ * Unicode OpenGL texture font.
*/
#ifndef INCLUDED_UNIFONT
diff --git a/source/lib/res/h_mgr.cpp b/source/lib/res/h_mgr.cpp
index 32a0a0f1f4..554551e014 100644
--- a/source/lib/res/h_mgr.cpp
+++ b/source/lib/res/h_mgr.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : h_mgr.cpp
- * Project : 0 A.D.
- * Description : handle manager for resources.
- * =========================================================================
+/*
+ * handle manager for resources.
*/
#include "precompiled.h"
diff --git a/source/lib/res/h_mgr.h b/source/lib/res/h_mgr.h
index 5d1b23bc7a..d2b9534fee 100644
--- a/source/lib/res/h_mgr.h
+++ b/source/lib/res/h_mgr.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : h_mgr.h
- * Project : 0 A.D.
- * Description : handle manager for resources.
- * =========================================================================
+/*
+ * handle manager for resources.
*/
/*
diff --git a/source/lib/res/handle.h b/source/lib/res/handle.h
index 4169d89087..c2e701abb0 100644
--- a/source/lib/res/handle.h
+++ b/source/lib/res/handle.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : handle.h
- * Project : 0 A.D.
- * Description : forward declaration of Handle (reduces dependencies)
- * =========================================================================
+/*
+ * forward declaration of Handle (reduces dependencies)
*/
#ifndef INCLUDED_HANDLE
diff --git a/source/lib/res/sound/snd_mgr.cpp b/source/lib/res/sound/snd_mgr.cpp
index e181b1bd68..0361ea79b3 100644
--- a/source/lib/res/sound/snd_mgr.cpp
+++ b/source/lib/res/sound/snd_mgr.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : snd_mgr.cpp
- * Project : 0 A.D.
- * Description : OpenAL sound engine. handles sound I/O, buffer
- * : suballocation and voice management/prioritization.
- * =========================================================================
+/*
+ * OpenAL sound engine. handles sound I/O, buffer suballocation and
+ * voice management/prioritization.
*/
#include "precompiled.h"
diff --git a/source/lib/res/sound/snd_mgr.h b/source/lib/res/sound/snd_mgr.h
index b1cc8d1f97..2b4c647bb4 100644
--- a/source/lib/res/sound/snd_mgr.h
+++ b/source/lib/res/sound/snd_mgr.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : snd_mgr.h
- * Project : 0 A.D.
- * Description : OpenAL sound engine. handles sound I/O, buffer
- * : suballocation and voice management/prioritization.
- * =========================================================================
+/*
+ * OpenAL sound engine. handles sound I/O, buffer suballocation and
+ * voice management/prioritization.
*/
#ifndef INCLUDED_SND_MGR
diff --git a/source/lib/secure_crt.cpp b/source/lib/secure_crt.cpp
index 7545ce5946..55a5c76937 100644
--- a/source/lib/secure_crt.cpp
+++ b/source/lib/secure_crt.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : secure_crt.cpp
- * Project : 0 A.D.
- * Description : partial implementation of VC8's secure CRT functions
- * =========================================================================
+/*
+ * partial implementation of VC8's secure CRT functions
*/
#include "precompiled.h"
diff --git a/source/lib/secure_crt.h b/source/lib/secure_crt.h
index e64150a0e6..46daf1a477 100644
--- a/source/lib/secure_crt.h
+++ b/source/lib/secure_crt.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : secure_crt.cpp
- * Project : 0 A.D.
- * Description : partial implementation of VC8's secure CRT functions
- * =========================================================================
+/*
+ * partial implementation of VC8's secure CRT functions
*/
#ifndef INCLUDED_SECURE_CRT
diff --git a/source/lib/self_test.cpp b/source/lib/self_test.cpp
index 939166d5f9..2b90d674ef 100644
--- a/source/lib/self_test.cpp
+++ b/source/lib/self_test.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : self_test.cpp
- * Project : 0 A.D.
- * Description : helpers for built-in self tests
- * =========================================================================
+/*
+ * helpers for built-in self tests
*/
#include "precompiled.h"
diff --git a/source/lib/self_test.h b/source/lib/self_test.h
index 6bafd9d433..8ea5bf12d5 100644
--- a/source/lib/self_test.h
+++ b/source/lib/self_test.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : self_test.h
- * Project : 0 A.D.
- * Description : helpers for built-in self tests
- * =========================================================================
+/*
+ * helpers for built-in self tests
*/
/*
diff --git a/source/lib/sysdep/acpi.h b/source/lib/sysdep/acpi.h
index 67b55b2214..d1e321214c 100644
--- a/source/lib/sysdep/acpi.h
+++ b/source/lib/sysdep/acpi.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : acpi.h
- * Project : 0 A.D.
- * Description : minimal subset of ACPI
- * =========================================================================
+/*
+ * minimal subset of ACPI
*/
#ifndef INCLUDED_ACPI
diff --git a/source/lib/sysdep/arch.h b/source/lib/sysdep/arch.h
index b262d56781..41b9362dcd 100644
--- a/source/lib/sysdep/arch.h
+++ b/source/lib/sysdep/arch.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : arch.h
- * Project : 0 A.D.
- * Description : CPU architecture detection.
- * =========================================================================
+/*
+ * CPU architecture detection.
*/
#ifndef INCLUDED_ARCH
diff --git a/source/lib/sysdep/arch/amd64/amd64.h b/source/lib/sysdep/arch/amd64/amd64.h
index 575aaf8724..08d00273d2 100644
--- a/source/lib/sysdep/arch/amd64/amd64.h
+++ b/source/lib/sysdep/arch/amd64/amd64.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : amd64.h
- * Project : 0 A.D.
- * Description : C++ and inline asm implementations of AMD64 functions
- * =========================================================================
+/*
+ * C++ and inline asm implementations of AMD64 functions
*/
#ifndef INCLUDED_AMD64
diff --git a/source/lib/sysdep/arch/amd64/amd64_asm.h b/source/lib/sysdep/arch/amd64/amd64_asm.h
index 36c85d4f2e..a294a8be25 100644
--- a/source/lib/sysdep/arch/amd64/amd64_asm.h
+++ b/source/lib/sysdep/arch/amd64/amd64_asm.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : amd64_asm.h
- * Project : 0 A.D.
- * Description : interface to various AMD64 functions (written in asm)
- * =========================================================================
+/*
+ * interface to various AMD64 functions (written in asm)
*/
#ifndef INCLUDED_AMD64_ASM
diff --git a/source/lib/sysdep/arch/ia32/ia32.cpp b/source/lib/sysdep/arch/ia32/ia32.cpp
index f58ee0f172..cf17ca094a 100644
--- a/source/lib/sysdep/arch/ia32/ia32.cpp
+++ b/source/lib/sysdep/arch/ia32/ia32.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ia32.cpp
- * Project : 0 A.D.
- * Description : routines specific to IA-32
- * =========================================================================
+/*
+ * routines specific to IA-32
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/arch/ia32/ia32.h b/source/lib/sysdep/arch/ia32/ia32.h
index 5a00f01758..150503d5be 100644
--- a/source/lib/sysdep/arch/ia32/ia32.h
+++ b/source/lib/sysdep/arch/ia32/ia32.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ia32.h
- * Project : 0 A.D.
- * Description : routines specific to IA-32
- * =========================================================================
+/*
+ * routines specific to IA-32
*/
#ifndef INCLUDED_IA32
diff --git a/source/lib/sysdep/arch/ia32/ia32_asm.h b/source/lib/sysdep/arch/ia32/ia32_asm.h
index 5184e0ef91..dd5fdd4c7b 100644
--- a/source/lib/sysdep/arch/ia32/ia32_asm.h
+++ b/source/lib/sysdep/arch/ia32/ia32_asm.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ia32_asm.h
- * Project : 0 A.D.
- * Description : interface to various IA-32 functions (written in asm)
- * =========================================================================
+/*
+ * interface to various IA-32 functions (written in asm)
*/
#ifndef INCLUDED_IA32_ASM
diff --git a/source/lib/sysdep/arch/ia32/ia32_memcpy.h b/source/lib/sysdep/arch/ia32/ia32_memcpy.h
index dd7e7fda85..8ffe89b4ec 100644
--- a/source/lib/sysdep/arch/ia32/ia32_memcpy.h
+++ b/source/lib/sysdep/arch/ia32/ia32_memcpy.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ia32_memcpy.h
- * Project : 0 A.D.
- * Description : interface to various IA-32 functions (written in asm)
- * =========================================================================
+/*
+ * interface to various IA-32 functions (written in asm)
*/
#ifndef INCLUDED_IA32_MEMCPY
diff --git a/source/lib/sysdep/arch/x86_x64/topology.cpp b/source/lib/sysdep/arch/x86_x64/topology.cpp
index 654162786b..89cfb7f2e3 100644
--- a/source/lib/sysdep/arch/x86_x64/topology.cpp
+++ b/source/lib/sysdep/arch/x86_x64/topology.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : topology.cpp
- * Project : 0 A.D.
- * Description : detection of CPU and cache topology
- * =========================================================================
+/*
+ * detection of CPU and cache topology
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/arch/x86_x64/topology.h b/source/lib/sysdep/arch/x86_x64/topology.h
index 063451c1c6..0a4bfb4757 100644
--- a/source/lib/sysdep/arch/x86_x64/topology.h
+++ b/source/lib/sysdep/arch/x86_x64/topology.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : topology.cpp
- * Project : 0 A.D.
- * Description : detection of CPU and cache topology
- * =========================================================================
+/*
+ * detection of CPU and cache topology
*/
#ifndef INCLUDED_TOPOLOGY
diff --git a/source/lib/sysdep/arch/x86_x64/x86_x64.cpp b/source/lib/sysdep/arch/x86_x64/x86_x64.cpp
index b87b1ff6a1..ea489f272f 100644
--- a/source/lib/sysdep/arch/x86_x64/x86_x64.cpp
+++ b/source/lib/sysdep/arch/x86_x64/x86_x64.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : x86_x64.cpp
- * Project : 0 A.D.
- * Description : CPU-specific routines common to 32 and 64-bit x86
- * =========================================================================
+/*
+ * CPU-specific routines common to 32 and 64-bit x86
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/arch/x86_x64/x86_x64.h b/source/lib/sysdep/arch/x86_x64/x86_x64.h
index bc7285561c..92cea55399 100644
--- a/source/lib/sysdep/arch/x86_x64/x86_x64.h
+++ b/source/lib/sysdep/arch/x86_x64/x86_x64.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : x86_x64.h
- * Project : 0 A.D.
- * Description : CPU-specific routines common to 32 and 64-bit x86
- * =========================================================================
+/*
+ * CPU-specific routines common to 32 and 64-bit x86
*/
#ifndef INCLUDED_X86_X64
diff --git a/source/lib/sysdep/compiler.h b/source/lib/sysdep/compiler.h
index cc07de801f..d0123602ef 100644
--- a/source/lib/sysdep/compiler.h
+++ b/source/lib/sysdep/compiler.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : compiler.h
- * Project : 0 A.D.
- * Description : compiler-specific macros and fixes
- * =========================================================================
+/*
+ * compiler-specific macros and fixes
*/
#ifndef INCLUDED_COMPILER
diff --git a/source/lib/sysdep/cpu.cpp b/source/lib/sysdep/cpu.cpp
index 18f4870cc7..16f1a59272 100644
--- a/source/lib/sysdep/cpu.cpp
+++ b/source/lib/sysdep/cpu.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : cpu.cpp
- * Project : 0 A.D.
- * Description : CPU and memory detection.
- * =========================================================================
+/*
+ * CPU and memory detection.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/cpu.h b/source/lib/sysdep/cpu.h
index 5189794f43..7c01dc51fc 100644
--- a/source/lib/sysdep/cpu.h
+++ b/source/lib/sysdep/cpu.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : cpu.h
- * Project : 0 A.D.
- * Description : CPU and memory detection.
- * =========================================================================
+/*
+ * CPU and memory detection.
*/
#ifndef INCLUDED_CPU
diff --git a/source/lib/sysdep/cursor.h b/source/lib/sysdep/cursor.h
index f86815b3d5..4a285d48f8 100644
--- a/source/lib/sysdep/cursor.h
+++ b/source/lib/sysdep/cursor.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : cursor.h
- * Project : 0 A.D.
- * Description : mouse cursor
- * =========================================================================
+/*
+ * mouse cursor
*/
#ifndef INCLUDED_SYSDEP_CURSOR
diff --git a/source/lib/sysdep/dir_watch.h b/source/lib/sysdep/dir_watch.h
index f27d47aa16..cb7fd5271b 100644
--- a/source/lib/sysdep/dir_watch.h
+++ b/source/lib/sysdep/dir_watch.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : dir_watch.h
- * Project : 0 A.D.
- * Description : portable directory change notification API.
- * =========================================================================
+/*
+ * portable directory change notification API.
*/
#ifndef INCLUDED_DIR_WATCH
diff --git a/source/lib/sysdep/gfx.cpp b/source/lib/sysdep/gfx.cpp
index 7305dc3121..27edee3626 100644
--- a/source/lib/sysdep/gfx.cpp
+++ b/source/lib/sysdep/gfx.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : gfx.cpp
- * Project : 0 A.D.
- * Description : graphics card detection.
- * =========================================================================
+/*
+ * graphics card detection.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/gfx.h b/source/lib/sysdep/gfx.h
index 345a0f5433..9926660e66 100644
--- a/source/lib/sysdep/gfx.h
+++ b/source/lib/sysdep/gfx.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : gfx.h
- * Project : 0 A.D.
- * Description : graphics card detection.
- * =========================================================================
+/*
+ * graphics card detection.
*/
#ifndef INCLUDED_GFX
diff --git a/source/lib/sysdep/os.h b/source/lib/sysdep/os.h
index 85dca2e348..e30f17550b 100644
--- a/source/lib/sysdep/os.h
+++ b/source/lib/sysdep/os.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : os.h
- * Project : 0 A.D.
- * Description : OS-specific macros
- * =========================================================================
+/*
+ * OS-specific macros
*/
#ifndef INCLUDED_OS
diff --git a/source/lib/sysdep/os/win/aken/aken.h b/source/lib/sysdep/os/win/aken/aken.h
index 54687c5554..b2170f668b 100644
--- a/source/lib/sysdep/os/win/aken/aken.h
+++ b/source/lib/sysdep/os/win/aken/aken.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : aken.h
- * Project : 0 A.D.
- * Description : Aken driver interface
- * =========================================================================
+/*
+ * Aken driver interface
*/
// Aken - custodian of the ferryboat to the underworld in Egyptian mythology,
diff --git a/source/lib/sysdep/os/win/mahaf.cpp b/source/lib/sysdep/os/win/mahaf.cpp
index dc7949990c..899de66294 100644
--- a/source/lib/sysdep/os/win/mahaf.cpp
+++ b/source/lib/sysdep/os/win/mahaf.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : mahaf.cpp
- * Project : 0 A.D.
- * Description : user-mode interface to Aken driver
- * =========================================================================
+/*
+ * user-mode interface to Aken driver
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/mahaf.h b/source/lib/sysdep/os/win/mahaf.h
index c87d8a0e4e..a5917b0f72 100644
--- a/source/lib/sysdep/os/win/mahaf.h
+++ b/source/lib/sysdep/os/win/mahaf.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : mahaf.h
- * Project : 0 A.D.
- * Description : user-mode interface to Aken driver
- * =========================================================================
+/*
+ * user-mode interface to Aken driver
*/
// Mahaf - ferryman in Egyptian mythology that wakes up Aken,
diff --git a/source/lib/sysdep/os/win/wcpu.cpp b/source/lib/sysdep/os/win/wcpu.cpp
index 131d260919..e32698f278 100644
--- a/source/lib/sysdep/os/win/wcpu.cpp
+++ b/source/lib/sysdep/os/win/wcpu.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wcpu.cpp
- * Project : 0 A.D.
- * Description : Windows implementation of sysdep/cpu
- * =========================================================================
+/*
+ * Windows implementation of sysdep/cpu
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wcpu.h b/source/lib/sysdep/os/win/wcpu.h
index 5cdcf05352..d8b5b4bdb0 100644
--- a/source/lib/sysdep/os/win/wcpu.h
+++ b/source/lib/sysdep/os/win/wcpu.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wcpu.h
- * Project : 0 A.D.
- * Description : Windows backend of os_cpu
- * =========================================================================
+/*
+ * Windows backend of os_cpu
*/
#ifndef INCLUDED_WCPU
diff --git a/source/lib/sysdep/os/win/wdbg.cpp b/source/lib/sysdep/os/win/wdbg.cpp
index cd8c6f1597..581ba52c14 100644
--- a/source/lib/sysdep/os/win/wdbg.cpp
+++ b/source/lib/sysdep/os/win/wdbg.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wdbg.cpp
- * Project : 0 A.D.
- * Description : Win32 debug support code.
- * =========================================================================
+/*
+ * Win32 debug support code.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wdbg.h b/source/lib/sysdep/os/win/wdbg.h
index c89d7f2f98..502df531e3 100644
--- a/source/lib/sysdep/os/win/wdbg.h
+++ b/source/lib/sysdep/os/win/wdbg.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wdbg.h
- * Project : 0 A.D.
- * Description : Win32 debug support code.
- * =========================================================================
+/*
+ * Win32 debug support code.
*/
#ifndef INCLUDED_WDBG
diff --git a/source/lib/sysdep/os/win/wdbg_heap.h b/source/lib/sysdep/os/win/wdbg_heap.h
index 4f32096f98..aae9292811 100644
--- a/source/lib/sysdep/os/win/wdbg_heap.h
+++ b/source/lib/sysdep/os/win/wdbg_heap.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wdbg_heap.h
- * Project : 0 A.D.
- * Description : improved debug heap using MS CRT
- * =========================================================================
+/*
+ * improved debug heap using MS CRT
*/
#ifndef INCLUDED_WDBG_HEAP
diff --git a/source/lib/sysdep/os/win/wdbg_sym.cpp b/source/lib/sysdep/os/win/wdbg_sym.cpp
index e908544ba8..9ccffa5972 100644
--- a/source/lib/sysdep/os/win/wdbg_sym.cpp
+++ b/source/lib/sysdep/os/win/wdbg_sym.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wdbg_sym.cpp
- * Project : 0 A.D.
- * Description : Win32 stack trace and symbol engine.
- * =========================================================================
+/*
+ * Win32 stack trace and symbol engine.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wdbg_sym.h b/source/lib/sysdep/os/win/wdbg_sym.h
index 339b71552e..9e0ac38b62 100644
--- a/source/lib/sysdep/os/win/wdbg_sym.h
+++ b/source/lib/sysdep/os/win/wdbg_sym.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wdbg_sym.h
- * Project : 0 A.D.
- * Description : Win32 stack trace and symbol engine.
- * =========================================================================
+/*
+ * Win32 stack trace and symbol engine.
*/
#ifndef INCLUDED_WDBG_SYM
diff --git a/source/lib/sysdep/os/win/wdir_watch.cpp b/source/lib/sysdep/os/win/wdir_watch.cpp
index f1d79f0b44..26a9e92bda 100644
--- a/source/lib/sysdep/os/win/wdir_watch.cpp
+++ b/source/lib/sysdep/os/win/wdir_watch.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wdir_watch.cpp
- * Project : 0 A.D.
- * Description : Win32 directory change notification
- * =========================================================================
+/*
+ * Win32 directory change notification
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wdll_delay_load.cpp b/source/lib/sysdep/os/win/wdll_delay_load.cpp
index 27ad6938a3..d48e076a3b 100644
--- a/source/lib/sysdep/os/win/wdll_delay_load.cpp
+++ b/source/lib/sysdep/os/win/wdll_delay_load.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wdll_delay_load.cpp
- * Project : 0 A.D.
- * Description : DLL delay loading and notification
- * =========================================================================
+/*
+ * DLL delay loading and notification
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wdll_delay_load.h b/source/lib/sysdep/os/win/wdll_delay_load.h
index 0ec856371b..a8bb7bfb41 100644
--- a/source/lib/sysdep/os/win/wdll_delay_load.h
+++ b/source/lib/sysdep/os/win/wdll_delay_load.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wdll_delay_load.h
- * Project : 0 A.D.
- * Description : DLL delay loading and notification
- * =========================================================================
+/*
+ * DLL delay loading and notification
*/
#ifndef INCLUDED_WDLL_DELAY_LOAD
diff --git a/source/lib/sysdep/os/win/wdll_ver.cpp b/source/lib/sysdep/os/win/wdll_ver.cpp
index 3aac72e4f3..8355142e65 100644
--- a/source/lib/sysdep/os/win/wdll_ver.cpp
+++ b/source/lib/sysdep/os/win/wdll_ver.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wdll_ver.cpp
- * Project : 0 A.D.
- * Description : return DLL version information.
- * =========================================================================
+/*
+ * return DLL version information.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wdll_ver.h b/source/lib/sysdep/os/win/wdll_ver.h
index 1f17dcb5f1..ef13db6907 100644
--- a/source/lib/sysdep/os/win/wdll_ver.h
+++ b/source/lib/sysdep/os/win/wdll_ver.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wdll_ver.h
- * Project : 0 A.D.
- * Description : return DLL version information
- * =========================================================================
+/*
+ * return DLL version information
*/
#ifndef INCLUDED_WDLL_VER
diff --git a/source/lib/sysdep/os/win/wgfx.cpp b/source/lib/sysdep/os/win/wgfx.cpp
index 5875dfdb7b..092a3f241a 100644
--- a/source/lib/sysdep/os/win/wgfx.cpp
+++ b/source/lib/sysdep/os/win/wgfx.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wgfx.cpp
- * Project : 0 A.D.
- * Description : graphics card detection on Windows.
- * =========================================================================
+/*
+ * graphics card detection on Windows.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wgl.h b/source/lib/sysdep/os/win/wgl.h
index d311f10567..3ee43f0fbd 100644
--- a/source/lib/sysdep/os/win/wgl.h
+++ b/source/lib/sysdep/os/win/wgl.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wgl.cpp
- * Project : 0 A.D.
- * Description : Windows definitions required for GL/gl.h
- * =========================================================================
+/*
+ * Windows definitions required for GL/gl.h
*/
// RAGE! Win32 OpenGL headers are full of crap we have to emulate
diff --git a/source/lib/sysdep/os/win/whrt/counter.cpp b/source/lib/sysdep/os/win/whrt/counter.cpp
index c91e2a557c..d495d880b8 100644
--- a/source/lib/sysdep/os/win/whrt/counter.cpp
+++ b/source/lib/sysdep/os/win/whrt/counter.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : counter.cpp
- * Project : 0 A.D.
- * Description : Interface for counter implementations
- * =========================================================================
+/*
+ * Interface for counter implementations
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/whrt/counter.h b/source/lib/sysdep/os/win/whrt/counter.h
index 7c8d250449..8c15a35b06 100644
--- a/source/lib/sysdep/os/win/whrt/counter.h
+++ b/source/lib/sysdep/os/win/whrt/counter.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : counter.h
- * Project : 0 A.D.
- * Description : Interface for counter implementations
- * =========================================================================
+/*
+ * Interface for counter implementations
*/
#ifndef INCLUDED_COUNTER
diff --git a/source/lib/sysdep/os/win/whrt/hpet.cpp b/source/lib/sysdep/os/win/whrt/hpet.cpp
index 7d7e723fe8..3cff186cf3 100644
--- a/source/lib/sysdep/os/win/whrt/hpet.cpp
+++ b/source/lib/sysdep/os/win/whrt/hpet.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : hpet.cpp
- * Project : 0 A.D.
- * Description : Timer implementation using High Precision Event Timer
- * =========================================================================
+/*
+ * Timer implementation using High Precision Event Timer
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/whrt/hpet.h b/source/lib/sysdep/os/win/whrt/hpet.h
index e754fe14b5..7265d7b425 100644
--- a/source/lib/sysdep/os/win/whrt/hpet.h
+++ b/source/lib/sysdep/os/win/whrt/hpet.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : hpet.h
- * Project : 0 A.D.
- * Description : Timer implementation using High Precision Event Timer
- * =========================================================================
+/*
+ * Timer implementation using High Precision Event Timer
*/
#ifndef INCLUDED_HPET
diff --git a/source/lib/sysdep/os/win/whrt/pit.h b/source/lib/sysdep/os/win/whrt/pit.h
index 48c8760c37..9f21f4481d 100644
--- a/source/lib/sysdep/os/win/whrt/pit.h
+++ b/source/lib/sysdep/os/win/whrt/pit.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : pit.h
- * Project : 0 A.D.
- * Description : Timer implementation using 82C53/4 PIT
- * =========================================================================
+/*
+ * Timer implementation using 82C53/4 PIT
*/
#ifndef INCLUDED_PIT
diff --git a/source/lib/sysdep/os/win/whrt/pmt.cpp b/source/lib/sysdep/os/win/whrt/pmt.cpp
index dc6e737eb5..d94ab4bca4 100644
--- a/source/lib/sysdep/os/win/whrt/pmt.cpp
+++ b/source/lib/sysdep/os/win/whrt/pmt.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : pmt.cpp
- * Project : 0 A.D.
- * Description : Timer implementation using ACPI PM timer
- * =========================================================================
+/*
+ * Timer implementation using ACPI PM timer
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/whrt/pmt.h b/source/lib/sysdep/os/win/whrt/pmt.h
index b4cf94be95..e758366d71 100644
--- a/source/lib/sysdep/os/win/whrt/pmt.h
+++ b/source/lib/sysdep/os/win/whrt/pmt.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : pmt.h
- * Project : 0 A.D.
- * Description : Timer implementation using ACPI PM timer
- * =========================================================================
+/*
+ * Timer implementation using ACPI PM timer
*/
#ifndef INCLUDED_PMT
diff --git a/source/lib/sysdep/os/win/whrt/qpc.cpp b/source/lib/sysdep/os/win/whrt/qpc.cpp
index c42c213bd1..282c89c94c 100644
--- a/source/lib/sysdep/os/win/whrt/qpc.cpp
+++ b/source/lib/sysdep/os/win/whrt/qpc.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : qpc.cpp
- * Project : 0 A.D.
- * Description : Timer implementation using QueryPerformanceCounter
- * =========================================================================
+/*
+ * Timer implementation using QueryPerformanceCounter
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/whrt/qpc.h b/source/lib/sysdep/os/win/whrt/qpc.h
index c25e053760..58992786ec 100644
--- a/source/lib/sysdep/os/win/whrt/qpc.h
+++ b/source/lib/sysdep/os/win/whrt/qpc.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : qpc.h
- * Project : 0 A.D.
- * Description : Timer implementation using QueryPerformanceCounter
- * =========================================================================
+/*
+ * Timer implementation using QueryPerformanceCounter
*/
#ifndef INCLUDED_QPC
diff --git a/source/lib/sysdep/os/win/whrt/tgt.cpp b/source/lib/sysdep/os/win/whrt/tgt.cpp
index 5b305effc1..23329b8e36 100644
--- a/source/lib/sysdep/os/win/whrt/tgt.cpp
+++ b/source/lib/sysdep/os/win/whrt/tgt.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tgt.cpp
- * Project : 0 A.D.
- * Description : Timer implementation using timeGetTime
- * =========================================================================
+/*
+ * Timer implementation using timeGetTime
*/
// note: WinMM is delay-loaded to avoid dragging it in when this timer
diff --git a/source/lib/sysdep/os/win/whrt/tgt.h b/source/lib/sysdep/os/win/whrt/tgt.h
index bec56ca70c..0bc5b2355f 100644
--- a/source/lib/sysdep/os/win/whrt/tgt.h
+++ b/source/lib/sysdep/os/win/whrt/tgt.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tgt.h
- * Project : 0 A.D.
- * Description : Timer implementation using timeGetTime
- * =========================================================================
+/*
+ * Timer implementation using timeGetTime
*/
#ifndef INCLUDED_TGT
diff --git a/source/lib/sysdep/os/win/whrt/tsc.cpp b/source/lib/sysdep/os/win/whrt/tsc.cpp
index fb80720c54..08f091c04f 100644
--- a/source/lib/sysdep/os/win/whrt/tsc.cpp
+++ b/source/lib/sysdep/os/win/whrt/tsc.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tsc.cpp
- * Project : 0 A.D.
- * Description : Timer implementation using RDTSC
- * =========================================================================
+/*
+ * Timer implementation using RDTSC
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/whrt/tsc.h b/source/lib/sysdep/os/win/whrt/tsc.h
index 48c5e0b743..5ff69a4b83 100644
--- a/source/lib/sysdep/os/win/whrt/tsc.h
+++ b/source/lib/sysdep/os/win/whrt/tsc.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tsc.h
- * Project : 0 A.D.
- * Description : Timer implementation using RDTSC
- * =========================================================================
+/*
+ * Timer implementation using RDTSC
*/
#ifndef INCLUDED_TSC
diff --git a/source/lib/sysdep/os/win/whrt/whrt.cpp b/source/lib/sysdep/os/win/whrt/whrt.cpp
index 06b1f0b70a..0d5626ce38 100644
--- a/source/lib/sysdep/os/win/whrt/whrt.cpp
+++ b/source/lib/sysdep/os/win/whrt/whrt.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : whrt.cpp
- * Project : 0 A.D.
- * Description : Windows High Resolution Timer
- * =========================================================================
+/*
+ * Windows High Resolution Timer
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/whrt/whrt.h b/source/lib/sysdep/os/win/whrt/whrt.h
index e7f8bb2e3e..287cb0bc00 100644
--- a/source/lib/sysdep/os/win/whrt/whrt.h
+++ b/source/lib/sysdep/os/win/whrt/whrt.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : whrt.h
- * Project : 0 A.D.
- * Description : Windows High Resolution Timer
- * =========================================================================
+/*
+ * Windows High Resolution Timer
*/
#ifndef INCLUDED_WHRT
diff --git a/source/lib/sysdep/os/win/win.h b/source/lib/sysdep/os/win/win.h
index 52a7d09141..e9d166a9d1 100644
--- a/source/lib/sysdep/os/win/win.h
+++ b/source/lib/sysdep/os/win/win.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : win.h
- * Project : 0 A.D.
- * Description : bring in with compatibility fixes
- * =========================================================================
+/*
+ * bring in with compatibility fixes
*/
#ifndef INCLUDED_WIN
diff --git a/source/lib/sysdep/os/win/winit.cpp b/source/lib/sysdep/os/win/winit.cpp
index c6e85e2980..a03be695dd 100644
--- a/source/lib/sysdep/os/win/winit.cpp
+++ b/source/lib/sysdep/os/win/winit.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : winit.cpp
- * Project : 0 A.D.
- * Description : windows-specific module init and shutdown mechanism
- * =========================================================================
+/*
+ * windows-specific module init and shutdown mechanism
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/winit.h b/source/lib/sysdep/os/win/winit.h
index a92d597007..a331dd9e9e 100644
--- a/source/lib/sysdep/os/win/winit.h
+++ b/source/lib/sysdep/os/win/winit.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : winit.h
- * Project : 0 A.D.
- * Description : windows-specific module init and shutdown mechanism
- * =========================================================================
+/*
+ * windows-specific module init and shutdown mechanism
*/
#ifndef INCLUDED_WINIT
diff --git a/source/lib/sysdep/os/win/wmi.cpp b/source/lib/sysdep/os/win/wmi.cpp
index 1bc05d2ed0..bab12ed675 100644
--- a/source/lib/sysdep/os/win/wmi.cpp
+++ b/source/lib/sysdep/os/win/wmi.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wmi.cpp
- * Project : 0 A.D.
- * Description : wrapper for Windows Management Instrumentation
- * =========================================================================
+/*
+ * wrapper for Windows Management Instrumentation
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wmi.h b/source/lib/sysdep/os/win/wmi.h
index 9d9e67fe39..da99e12ddf 100644
--- a/source/lib/sysdep/os/win/wmi.h
+++ b/source/lib/sysdep/os/win/wmi.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wmi.h
- * Project : 0 A.D.
- * Description : wrapper for Windows Management Instrumentation
- * =========================================================================
+/*
+ * wrapper for Windows Management Instrumentation
*/
#ifndef INCLUDED_WMI
diff --git a/source/lib/sysdep/os/win/wposix/waio.cpp b/source/lib/sysdep/os/win/wposix/waio.cpp
index e1e92907eb..44ff689fd7 100644
--- a/source/lib/sysdep/os/win/wposix/waio.cpp
+++ b/source/lib/sysdep/os/win/wposix/waio.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : waio.cpp
- * Project : 0 A.D.
- * Description : emulate POSIX asynchronous I/O on Windows.
- * =========================================================================
+/*
+ * emulate POSIX asynchronous I/O on Windows.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wposix/waio.h b/source/lib/sysdep/os/win/wposix/waio.h
index 288e206c31..5db211ae5e 100644
--- a/source/lib/sysdep/os/win/wposix/waio.h
+++ b/source/lib/sysdep/os/win/wposix/waio.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : waio.h
- * Project : 0 A.D.
- * Description : emulate POSIX asynchronous I/O on Windows.
- * =========================================================================
+/*
+ * emulate POSIX asynchronous I/O on Windows.
*/
#ifndef INCLUDED_WAIO
diff --git a/source/lib/sysdep/os/win/wposix/wposix.cpp b/source/lib/sysdep/os/win/wposix/wposix.cpp
index 2b944e67f5..b2c6397c5d 100644
--- a/source/lib/sysdep/os/win/wposix/wposix.cpp
+++ b/source/lib/sysdep/os/win/wposix/wposix.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wposix.cpp
- * Project : 0 A.D.
- * Description : emulate a subset of POSIX on Win32.
- * =========================================================================
+/*
+ * emulate a subset of POSIX on Win32.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wposix/wposix.h b/source/lib/sysdep/os/win/wposix/wposix.h
index 0dd4e60ef8..0976fd3878 100644
--- a/source/lib/sysdep/os/win/wposix/wposix.h
+++ b/source/lib/sysdep/os/win/wposix/wposix.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wposix.h
- * Project : 0 A.D.
- * Description : emulate a subset of POSIX on Win32.
- * =========================================================================
+/*
+ * emulate a subset of POSIX on Win32.
*/
#ifndef INCLUDED_WPOSIX
diff --git a/source/lib/sysdep/os/win/wposix/wposix_types.h b/source/lib/sysdep/os/win/wposix/wposix_types.h
index cea10f6737..691110c690 100644
--- a/source/lib/sysdep/os/win/wposix/wposix_types.h
+++ b/source/lib/sysdep/os/win/wposix/wposix_types.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wposix_types.h
- * Project : 0 A.D.
- * Description : type definitions needed for wposix.
- * =========================================================================
+/*
+ * type definitions needed for wposix.
*/
#ifndef INCLUDED_WPOSIX_TYPES
diff --git a/source/lib/sysdep/os/win/wposix/wpthread.cpp b/source/lib/sysdep/os/win/wposix/wpthread.cpp
index d3c358dcc7..b7f2e5428e 100644
--- a/source/lib/sysdep/os/win/wposix/wpthread.cpp
+++ b/source/lib/sysdep/os/win/wposix/wpthread.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wpthread.cpp
- * Project : 0 A.D.
- * Description : emulate pthreads on Windows.
- * =========================================================================
+/*
+ * emulate pthreads on Windows.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wposix/wpthread.h b/source/lib/sysdep/os/win/wposix/wpthread.h
index 5deebb6ebb..cea3e89781 100644
--- a/source/lib/sysdep/os/win/wposix/wpthread.h
+++ b/source/lib/sysdep/os/win/wposix/wpthread.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wpthread.h
- * Project : 0 A.D.
- * Description : emulate pthreads on Windows.
- * =========================================================================
+/*
+ * emulate pthreads on Windows.
*/
#ifndef INCLUDED_WPTHREAD
diff --git a/source/lib/sysdep/os/win/wposix/wsock.cpp b/source/lib/sysdep/os/win/wposix/wsock.cpp
index e71b521726..21723d8e3e 100644
--- a/source/lib/sysdep/os/win/wposix/wsock.cpp
+++ b/source/lib/sysdep/os/win/wposix/wsock.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wsock.cpp
- * Project : 0 A.D.
- * Description : emulate Berkeley sockets on Windows.
- * =========================================================================
+/*
+ * emulate Berkeley sockets on Windows.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wposix/wsock.h b/source/lib/sysdep/os/win/wposix/wsock.h
index 4aa1a9b27c..c04407de0f 100644
--- a/source/lib/sysdep/os/win/wposix/wsock.h
+++ b/source/lib/sysdep/os/win/wposix/wsock.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wsock.h
- * Project : 0 A.D.
- * Description : emulate Berkeley sockets on Windows.
- * =========================================================================
+/*
+ * emulate Berkeley sockets on Windows.
*/
#ifndef INCLUDED_WSOCK
diff --git a/source/lib/sysdep/os/win/wposix/wtime.cpp b/source/lib/sysdep/os/win/wposix/wtime.cpp
index 1368808da8..314e8d65ad 100644
--- a/source/lib/sysdep/os/win/wposix/wtime.cpp
+++ b/source/lib/sysdep/os/win/wposix/wtime.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wtime.cpp
- * Project : 0 A.D.
- * Description : emulate POSIX time functionality on Windows.
- * =========================================================================
+/*
+ * emulate POSIX time functionality on Windows.
*/
// note: clock_gettime et al. have been removed. callers should use the
diff --git a/source/lib/sysdep/os/win/wposix/wtime.h b/source/lib/sysdep/os/win/wposix/wtime.h
index eb20152ba8..5fb59a11d9 100644
--- a/source/lib/sysdep/os/win/wposix/wtime.h
+++ b/source/lib/sysdep/os/win/wposix/wtime.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wtime.h
- * Project : 0 A.D.
- * Description : emulate POSIX high resolution timer on Windows.
- * =========================================================================
+/*
+ * emulate POSIX high resolution timer on Windows.
*/
#ifndef INCLUDED_WTIME
diff --git a/source/lib/sysdep/os/win/wprintf.cpp b/source/lib/sysdep/os/win/wprintf.cpp
index b053f75b3b..dcbae42d02 100644
--- a/source/lib/sysdep/os/win/wprintf.cpp
+++ b/source/lib/sysdep/os/win/wprintf.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wprintf.cpp
- * Project : 0 A.D.
- * Description : implementation of sys_vsnprintf.
- * =========================================================================
+/*
+ * implementation of sys_vsnprintf.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wsdl.cpp b/source/lib/sysdep/os/win/wsdl.cpp
index 899d0f6766..8f624181e9 100644
--- a/source/lib/sysdep/os/win/wsdl.cpp
+++ b/source/lib/sysdep/os/win/wsdl.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wsdl.cpp
- * Project : 0 A.D.
- * Description : emulate SDL on Windows.
- * =========================================================================
+/*
+ * emulate SDL on Windows.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wsdl.h b/source/lib/sysdep/os/win/wsdl.h
index 2f937b4ee3..cffecc1001 100644
--- a/source/lib/sysdep/os/win/wsdl.h
+++ b/source/lib/sysdep/os/win/wsdl.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wsdl.h
- * Project : 0 A.D.
- * Description : emulate SDL on Windows.
- * =========================================================================
+/*
+ * emulate SDL on Windows.
*/
#ifndef INCLUDED_WSDL
diff --git a/source/lib/sysdep/os/win/wseh.cpp b/source/lib/sysdep/os/win/wseh.cpp
index ba90ea8827..1be5de797e 100644
--- a/source/lib/sysdep/os/win/wseh.cpp
+++ b/source/lib/sysdep/os/win/wseh.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wseh.cpp
- * Project : 0 A.D.
- * Description : Structured Exception Handling support
- * =========================================================================
+/*
+ * Structured Exception Handling support
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wseh.h b/source/lib/sysdep/os/win/wseh.h
index 53a2189441..3a751405f1 100644
--- a/source/lib/sysdep/os/win/wseh.h
+++ b/source/lib/sysdep/os/win/wseh.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wseh.h
- * Project : 0 A.D.
- * Description : Win32 debug support code and exception handler.
- * =========================================================================
+/*
+ * Win32 debug support code and exception handler.
*/
#ifndef INCLUDED_WSEH
diff --git a/source/lib/sysdep/os/win/wsnd.cpp b/source/lib/sysdep/os/win/wsnd.cpp
index e5f3f45c5b..37d2ae71b8 100644
--- a/source/lib/sysdep/os/win/wsnd.cpp
+++ b/source/lib/sysdep/os/win/wsnd.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wsdl.cpp
- * Project : 0 A.D.
- * Description : sound card detection on Windows.
- * =========================================================================
+/*
+ * sound card detection on Windows.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wstartup.cpp b/source/lib/sysdep/os/win/wstartup.cpp
index 8cd311f26b..1bbe5ca8a4 100644
--- a/source/lib/sysdep/os/win/wstartup.cpp
+++ b/source/lib/sysdep/os/win/wstartup.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wstartup.cpp
- * Project : 0 A.D.
- * Description : windows-specific startup code
- * =========================================================================
+/*
+ * windows-specific startup code
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wstartup.h b/source/lib/sysdep/os/win/wstartup.h
index 186fb756ab..46bbe3a678 100644
--- a/source/lib/sysdep/os/win/wstartup.h
+++ b/source/lib/sysdep/os/win/wstartup.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wstartup.h
- * Project : 0 A.D.
- * Description : windows-specific startup code
- * =========================================================================
+/*
+ * windows-specific startup code
*/
// linking with this component should automatically arrange for winit's
diff --git a/source/lib/sysdep/os/win/wsysdep.cpp b/source/lib/sysdep/os/win/wsysdep.cpp
index 49e975c5fb..13737225b7 100644
--- a/source/lib/sysdep/os/win/wsysdep.cpp
+++ b/source/lib/sysdep/os/win/wsysdep.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wsysdep.cpp
- * Project : 0 A.D.
- * Description : Windows backend of the sysdep interface
- * =========================================================================
+/*
+ * Windows backend of the sysdep interface
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wutil.cpp b/source/lib/sysdep/os/win/wutil.cpp
index c377ab12ba..1cb799838b 100644
--- a/source/lib/sysdep/os/win/wutil.cpp
+++ b/source/lib/sysdep/os/win/wutil.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wutil.cpp
- * Project : 0 A.D.
- * Description : various Windows-specific utilities
- * =========================================================================
+/*
+ * various Windows-specific utilities
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os/win/wutil.h b/source/lib/sysdep/os/win/wutil.h
index 3bd375c585..c97e312c71 100644
--- a/source/lib/sysdep/os/win/wutil.h
+++ b/source/lib/sysdep/os/win/wutil.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : wutil.h
- * Project : 0 A.D.
- * Description : various Windows-specific utilities
- * =========================================================================
+/*
+ * various Windows-specific utilities
*/
#ifndef INCLUDED_WUTIL
diff --git a/source/lib/sysdep/os_cpu.cpp b/source/lib/sysdep/os_cpu.cpp
index 34c5cbbb0d..786eba7739 100644
--- a/source/lib/sysdep/os_cpu.cpp
+++ b/source/lib/sysdep/os_cpu.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : os_cpu.cpp
- * Project : 0 A.D.
- * Description : OS-specific support functions relating to CPU and memory
- * =========================================================================
+/*
+ * OS-specific support functions relating to CPU and memory
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/os_cpu.h b/source/lib/sysdep/os_cpu.h
index 30203e0402..5945f64eca 100644
--- a/source/lib/sysdep/os_cpu.h
+++ b/source/lib/sysdep/os_cpu.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : os_cpu.h
- * Project : 0 A.D.
- * Description : OS-specific support functions relating to CPU and memory
- * =========================================================================
+/*
+ * OS-specific support functions relating to CPU and memory
*/
#ifndef INCLUDED_OS_CPU
diff --git a/source/lib/sysdep/rtl.h b/source/lib/sysdep/rtl.h
index bf1d465c1f..32cc89843d 100644
--- a/source/lib/sysdep/rtl.h
+++ b/source/lib/sysdep/rtl.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : rtl.h
- * Project : 0 A.D.
- * Description : functions specific to the toolset's runtime library
- * =========================================================================
+/*
+ * functions specific to the toolset's runtime library
*/
#ifndef INCLUDED_RTL
diff --git a/source/lib/sysdep/snd.cpp b/source/lib/sysdep/snd.cpp
index 3f23f78eeb..2ee3f0beba 100644
--- a/source/lib/sysdep/snd.cpp
+++ b/source/lib/sysdep/snd.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : snd.cpp
- * Project : 0 A.D.
- * Description : sound card detection.
- * =========================================================================
+/*
+ * sound card detection.
*/
#include "precompiled.h"
diff --git a/source/lib/sysdep/snd.h b/source/lib/sysdep/snd.h
index 0400c5d8da..e39f865aff 100644
--- a/source/lib/sysdep/snd.h
+++ b/source/lib/sysdep/snd.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : snd.h
- * Project : 0 A.D.
- * Description : sound card detection.
- * =========================================================================
+/*
+ * sound card detection.
*/
#ifndef INCLUDED_SND
diff --git a/source/lib/sysdep/stl.h b/source/lib/sysdep/stl.h
index 4f05a167ea..b6239a6f58 100644
--- a/source/lib/sysdep/stl.h
+++ b/source/lib/sysdep/stl.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : stl.h
- * Project : 0 A.D.
- * Description : fixes for various STL implementations
- * =========================================================================
+/*
+ * fixes for various STL implementations
*/
#ifndef INCLUDED_STL
diff --git a/source/lib/sysdep/sysdep.h b/source/lib/sysdep/sysdep.h
index 3a2a63d3a5..3f621d910c 100644
--- a/source/lib/sysdep/sysdep.h
+++ b/source/lib/sysdep/sysdep.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : sysdep.h
- * Project : 0 A.D.
- * Description : various system-specific function implementations
- * =========================================================================
+/*
+ * various system-specific function implementations
*/
#ifndef INCLUDED_SYSDEP
diff --git a/source/lib/tex/tex.cpp b/source/lib/tex/tex.cpp
index 4544a94f18..065398e571 100644
--- a/source/lib/tex/tex.cpp
+++ b/source/lib/tex/tex.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tex.cpp
- * Project : 0 A.D.
- * Description : support routines for 2d texture access/writing.
- * =========================================================================
+/*
+ * support routines for 2d texture access/writing.
*/
#include "precompiled.h"
diff --git a/source/lib/tex/tex.h b/source/lib/tex/tex.h
index c709127181..cb3489712b 100644
--- a/source/lib/tex/tex.h
+++ b/source/lib/tex/tex.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tex.h
- * Project : 0 A.D.
- * Description : read/write 2d texture files; allows conversion between
- * : pixel formats and automatic orientation correction.
- * =========================================================================
+/*
+ * read/write 2d texture files; allows conversion between pixel formats
+ * and automatic orientation correction.
*/
/**
diff --git a/source/lib/tex/tex_bmp.cpp b/source/lib/tex/tex_bmp.cpp
index 89f4311643..b4ed17008f 100644
--- a/source/lib/tex/tex_bmp.cpp
+++ b/source/lib/tex/tex_bmp.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tex_bmp.cpp
- * Project : 0 A.D.
- * Description : Windows BMP codec
- * =========================================================================
+/*
+ * Windows BMP codec
*/
#include "precompiled.h"
diff --git a/source/lib/tex/tex_codec.cpp b/source/lib/tex/tex_codec.cpp
index 95addf2179..eb437c3fdc 100644
--- a/source/lib/tex/tex_codec.cpp
+++ b/source/lib/tex/tex_codec.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tex_codec.cpp
- * Project : 0 A.D.
- * Description : support routines for texture codecs
- * =========================================================================
+/*
+ * support routines for texture codecs
*/
#include "precompiled.h"
diff --git a/source/lib/tex/tex_codec.h b/source/lib/tex/tex_codec.h
index 96741cdaaf..d176632a93 100644
--- a/source/lib/tex/tex_codec.h
+++ b/source/lib/tex/tex_codec.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tex_codec.cpp
- * Project : 0 A.D.
- * Description : support routines and interface for texture codecs.
- * =========================================================================
+/*
+ * support routines and interface for texture codecs.
*/
#ifndef INCLUDED_TEX_CODEC
diff --git a/source/lib/tex/tex_dds.cpp b/source/lib/tex/tex_dds.cpp
index 5b1f407e8d..a19b3c96f3 100644
--- a/source/lib/tex/tex_dds.cpp
+++ b/source/lib/tex/tex_dds.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tex_dds.cpp
- * Project : 0 A.D.
- * Description : DDS (DirectDraw Surface) codec.
- * =========================================================================
+/*
+ * DDS (DirectDraw Surface) codec.
*/
#include "precompiled.h"
diff --git a/source/lib/tex/tex_internal.h b/source/lib/tex/tex_internal.h
index 0b4c597c6a..55a1204d50 100644
--- a/source/lib/tex/tex_internal.h
+++ b/source/lib/tex/tex_internal.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tex_internal.h
- * Project : 0 A.D.
- * Description : private texture loader helper functions
- * =========================================================================
+/*
+ * private texture loader helper functions
*/
#ifndef INCLUDED_TEX_INTERNAL
diff --git a/source/lib/tex/tex_jpg.cpp b/source/lib/tex/tex_jpg.cpp
index ef48bc8ceb..8126ff5bb6 100644
--- a/source/lib/tex/tex_jpg.cpp
+++ b/source/lib/tex/tex_jpg.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tex_jpg.cpp
- * Project : 0 A.D.
- * Description : JPEG codec using IJG jpeglib.
- * =========================================================================
+/*
+ * JPEG codec using IJG jpeglib.
*/
#include "precompiled.h"
diff --git a/source/lib/tex/tex_png.cpp b/source/lib/tex/tex_png.cpp
index cea8f7aeaf..1243675ee4 100644
--- a/source/lib/tex/tex_png.cpp
+++ b/source/lib/tex/tex_png.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tex_png.cpp
- * Project : 0 A.D.
- * Description : PNG codec using libpng.
- * =========================================================================
+/*
+ * PNG codec using libpng.
*/
#include "precompiled.h"
diff --git a/source/lib/tex/tex_tga.cpp b/source/lib/tex/tex_tga.cpp
index 0ff550b50c..9f68a9e652 100644
--- a/source/lib/tex/tex_tga.cpp
+++ b/source/lib/tex/tex_tga.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : tex_tga.cpp
- * Project : 0 A.D.
- * Description : TGA codec.
- * =========================================================================
+/*
+ * TGA codec.
*/
#include "precompiled.h"
diff --git a/source/lib/timer.cpp b/source/lib/timer.cpp
index 445a7e8cd2..59653edfcf 100644
--- a/source/lib/timer.cpp
+++ b/source/lib/timer.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : timer.cpp
- * Project : 0 A.D.
- * Description : platform-independent high resolution timer
- * =========================================================================
+/*
+ * platform-independent high resolution timer
*/
#include "precompiled.h"
diff --git a/source/lib/timer.h b/source/lib/timer.h
index 3e68d6c8a5..b463b27607 100644
--- a/source/lib/timer.h
+++ b/source/lib/timer.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : timer.h
- * Project : 0 A.D.
- * Description : platform-independent high resolution timer
- * =========================================================================
+/*
+ * platform-independent high resolution timer
*/
#ifndef INCLUDED_TIMER
diff --git a/source/lib/types.h b/source/lib/types.h
index 5b7c81e537..170c6d99dc 100644
--- a/source/lib/types.h
+++ b/source/lib/types.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : types.h
- * Project : 0 A.D.
- * Description : convenient type aliases (shorter than stdint.h's uintN_t)
- * =========================================================================
+/*
+ * convenient type aliases (shorter than stdint.h's uintN_t)
*/
#ifndef INCLUDED_TYPES
diff --git a/source/maths/Bound.cpp b/source/maths/Bound.cpp
index 2394c3f31f..757962937f 100644
--- a/source/maths/Bound.cpp
+++ b/source/maths/Bound.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Bound.cpp
- * Project : 0 A.D.
- * Description : Axis-aligned bounding box
- * =========================================================================
+/*
+ * Axis-aligned bounding box
*/
#include "precompiled.h"
diff --git a/source/maths/Bound.h b/source/maths/Bound.h
index 1cbecd8429..38b3642a79 100644
--- a/source/maths/Bound.h
+++ b/source/maths/Bound.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Bound.h
- * Project : 0 A.D.
- * Description : Axis-aligned bounding box
- * =========================================================================
+/*
+ * Axis-aligned bounding box
*/
#ifndef INCLUDED_BOUND
diff --git a/source/maths/Brush.cpp b/source/maths/Brush.cpp
index 4d5b49a2fb..ae39b9c975 100644
--- a/source/maths/Brush.cpp
+++ b/source/maths/Brush.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Brush.h
- * Project : Pyrogenesis
- * Description : Implementation of CBrush, a class representing a convex object
- * =========================================================================
+/*
+ * Implementation of CBrush, a class representing a convex object
*/
#include "precompiled.h"
diff --git a/source/maths/Brush.h b/source/maths/Brush.h
index 36debdc06b..553d7bc78f 100644
--- a/source/maths/Brush.h
+++ b/source/maths/Brush.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Brush.h
- * Project : Pyrogenesis
- * Description : CBrush, a class representing a convex object
- * =========================================================================
+/*
+ * CBrush, a class representing a convex object
*/
#ifndef maths_brush_h
diff --git a/source/maths/Matrix3D.cpp b/source/maths/Matrix3D.cpp
index 8bdd226d6d..7f9bff35f2 100644
--- a/source/maths/Matrix3D.cpp
+++ b/source/maths/Matrix3D.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Matrix3D.cpp
- * Project : 0 A.D.
- * Description : A Matrix class used for holding and manipulating
- * transformation info.
- * =========================================================================
+/*
+ * A Matrix class used for holding and manipulating transformation
+ * info.
*/
#include "precompiled.h"
diff --git a/source/maths/Matrix3D.h b/source/maths/Matrix3D.h
index 285cf04689..4193d35701 100644
--- a/source/maths/Matrix3D.h
+++ b/source/maths/Matrix3D.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Matrix3D.h
- * Project : 0 A.D.
- * Description : A Matrix class used for holding and manipulating
- * transformation info.
- * =========================================================================
+/*
+ * A Matrix class used for holding and manipulating transformation
+ * info.
*/
#ifndef INCLUDED_MATRIX3D
diff --git a/source/maths/Noise.cpp b/source/maths/Noise.cpp
index 4b98fe6ff6..89eb6b8547 100644
--- a/source/maths/Noise.cpp
+++ b/source/maths/Noise.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Noise.cpp
- * Project : 0 A.D.
- * Description : 2D and 3D seamless Perlin noise
- * =========================================================================
+/*
+ * 2D and 3D seamless Perlin noise
*/
// Based on http://www.cs.cmu.edu/~mzucker/code/perlin-noise-math-faq.html
diff --git a/source/maths/Noise.h b/source/maths/Noise.h
index 7d8255b2d4..58a79bd46d 100644
--- a/source/maths/Noise.h
+++ b/source/maths/Noise.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Noise.h
- * Project : 0 A.D.
- * Description : 2D and 3D seamless Perlin noise
- * =========================================================================
+/*
+ * 2D and 3D seamless Perlin noise
*/
// Based on http://www.cs.cmu.edu/~mzucker/code/perlin-noise-math-faq.html
diff --git a/source/maths/Plane.cpp b/source/maths/Plane.cpp
index 2d99516ebb..02faec8fc8 100644
--- a/source/maths/Plane.cpp
+++ b/source/maths/Plane.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Plane.cpp
- * Project : 0 A.D.
- * Description : A Plane in R3 and several utility methods.
- * =========================================================================
+/*
+ * A Plane in R3 and several utility methods.
*/
// Note that the format used for the plane equation is
diff --git a/source/maths/Plane.h b/source/maths/Plane.h
index 8ec742d53c..32c24c10fc 100644
--- a/source/maths/Plane.h
+++ b/source/maths/Plane.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Plane.h
- * Project : 0 A.D.
- * Description : A Plane in R3 and several utility methods.
- * =========================================================================
+/*
+ * A Plane in R3 and several utility methods.
*/
// Note that the format used for the plane equation is
diff --git a/source/maths/Quaternion.cpp b/source/maths/Quaternion.cpp
index 0e1d6a226a..78e1181367 100644
--- a/source/maths/Quaternion.cpp
+++ b/source/maths/Quaternion.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Quaternion.cpp
- * Project : 0 A.D.
- * Description :
- * =========================================================================
+/*
+
*/
#include "precompiled.h"
diff --git a/source/maths/Quaternion.h b/source/maths/Quaternion.h
index 55ca75cf54..7ed5c06368 100644
--- a/source/maths/Quaternion.h
+++ b/source/maths/Quaternion.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Quaternion.h
- * Project : 0 A.D.
- * Description :
- * =========================================================================
+/*
+
*/
#ifndef INCLUDED_QUATERNION
diff --git a/source/maths/Vector2D.h b/source/maths/Vector2D.h
index 7b1310a971..c14aab263c 100644
--- a/source/maths/Vector2D.h
+++ b/source/maths/Vector2D.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Vector2D.h
- * Project : 0 A.D.
- * Description : Provides an interface for a vector in R2 and
- * allows vector and scalar operations on it
- * =========================================================================
+/*
+ * Provides an interface for a vector in R2 and allows vector and
+ * scalar operations on it
*/
#ifndef INCLUDED_VECTOR2D
diff --git a/source/maths/Vector3D.cpp b/source/maths/Vector3D.cpp
index 5c19d35243..ca49e9a90f 100644
--- a/source/maths/Vector3D.cpp
+++ b/source/maths/Vector3D.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Vector3D.cpp
- * Project : 0 A.D.
- * Description : Provides an interface for a vector in R3 and
- * allows vector and scalar operations on it
- * =========================================================================
+/*
+ * Provides an interface for a vector in R3 and allows vector and
+ * scalar operations on it
*/
#include "precompiled.h"
diff --git a/source/maths/Vector3D.h b/source/maths/Vector3D.h
index b348aa3e16..a4949a2b98 100644
--- a/source/maths/Vector3D.h
+++ b/source/maths/Vector3D.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Vector3D.h
- * Project : 0 A.D.
- * Description : Provides an interface for a vector in R3 and
- * allows vector and scalar operations on it
- * =========================================================================
+/*
+ * Provides an interface for a vector in R3 and allows vector and
+ * scalar operations on it
*/
#ifndef INCLUDED_VECTOR3D
diff --git a/source/maths/Vector4D.h b/source/maths/Vector4D.h
index 01f900125b..f03d8dbd6c 100644
--- a/source/maths/Vector4D.h
+++ b/source/maths/Vector4D.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Vector4D.h
- * Project : 0 A.D.
- * Description : Provides an interface for a vector in R4 and
- * allows vector and scalar operations on it
- * =========================================================================
+/*
+ * Provides an interface for a vector in R4 and allows vector and
+ * scalar operations on it
*/
#ifndef INCLUDED_VECTOR4D
diff --git a/source/ps/CConsole.cpp b/source/ps/CConsole.cpp
index 3b027c3b65..2af30f9464 100644
--- a/source/ps/CConsole.cpp
+++ b/source/ps/CConsole.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : CConsole.cpp
- * Project : 0 A.D.
- * Description : Implements the in-game console with scripting support.
- * =========================================================================
+/*
+ * Implements the in-game console with scripting support.
*/
#include "precompiled.h"
diff --git a/source/ps/CConsole.h b/source/ps/CConsole.h
index 2b0aacc0d1..8ae42eeedb 100644
--- a/source/ps/CConsole.h
+++ b/source/ps/CConsole.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : CConsole.h
- * Project : 0 A.D.
- * Description : Implements the in-game console with scripting support.
- * =========================================================================
+/*
+ * Implements the in-game console with scripting support.
*/
#include
diff --git a/source/ps/FileIo.cpp b/source/ps/FileIo.cpp
index b76d5738c2..16bf51556e 100644
--- a/source/ps/FileIo.cpp
+++ b/source/ps/FileIo.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : FileIo.cpp
- * Project : 0 A.D.
- * Description : endian-safe binary file IO helpers.
- * =========================================================================
+/*
+ * endian-safe binary file IO helpers.
*/
#include "precompiled.h"
diff --git a/source/ps/FileIo.h b/source/ps/FileIo.h
index 8cf84f9b27..a5fb894cfc 100644
--- a/source/ps/FileIo.h
+++ b/source/ps/FileIo.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : FileIo.h
- * Project : 0 A.D.
- * Description : endian-safe binary file IO helpers.
- * =========================================================================
+/*
+ * endian-safe binary file IO helpers.
*/
// the file format has passing similarity to IFF. note however that
diff --git a/source/ps/Profile.cpp b/source/ps/Profile.cpp
index 199af85f8a..1d2a5b4a67 100644
--- a/source/ps/Profile.cpp
+++ b/source/ps/Profile.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Profile.cpp
- * Project : Pyrogeneses
- * Description : GPG3-style hierarchical profiler
- * =========================================================================
+/*
+ * GPG3-style hierarchical profiler
*/
#include "precompiled.h"
diff --git a/source/ps/Profile.h b/source/ps/Profile.h
index 41233383e3..e44480100e 100644
--- a/source/ps/Profile.h
+++ b/source/ps/Profile.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Profile.h
- * Project : Pyrogenesis
- * Description : GPG3-style hierarchical profiler
- * =========================================================================
+/*
+ * GPG3-style hierarchical profiler
*/
#ifndef INCLUDED_PROFILE
diff --git a/source/ps/ProfileViewer.cpp b/source/ps/ProfileViewer.cpp
index 61eec954bb..3818655673 100644
--- a/source/ps/ProfileViewer.cpp
+++ b/source/ps/ProfileViewer.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ProfileViewer.cpp
- * Project : Pyrogenesis
- * Description : Implementation of profile display (containing only display
- * : routines, the data model(s) are implemented elsewhere).
- * =========================================================================
+/*
+ * Implementation of profile display (containing only display routines,
+ * the data model(s) are implemented elsewhere).
*/
#include "precompiled.h"
diff --git a/source/ps/ProfileViewer.h b/source/ps/ProfileViewer.h
index 17d75db879..03fe3d6718 100644
--- a/source/ps/ProfileViewer.h
+++ b/source/ps/ProfileViewer.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ProfileViewer.h
- * Project : Pyrogenesis
- * Description : Viewing profiling information (timing and other statistics)
- * =========================================================================
+/*
+ * Viewing profiling information (timing and other statistics)
*/
#ifndef INCLUDED_PROFILE_VIEWER
diff --git a/source/ps/Singleton.h b/source/ps/Singleton.h
index a5a2de647a..c0c19f3cf7 100644
--- a/source/ps/Singleton.h
+++ b/source/ps/Singleton.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Singleton.h
- * Project : 0 A.D.
- * Description : template base class for Singletons
- * =========================================================================
+/*
+ * template base class for Singletons
*/
/*
diff --git a/source/renderer/AlphaMapCalculator.cpp b/source/renderer/AlphaMapCalculator.cpp
index 07a3566cde..e860265f8e 100644
--- a/source/renderer/AlphaMapCalculator.cpp
+++ b/source/renderer/AlphaMapCalculator.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : AlphaMapCalculator.cp
- * Project : 0 A.D.
- * Description : Determine which alpha blend map fits a given shape.
- * =========================================================================
+/*
+ * Determine which alpha blend map fits a given shape.
*/
#include "precompiled.h"
diff --git a/source/renderer/AlphaMapCalculator.h b/source/renderer/AlphaMapCalculator.h
index 15fbff2c32..927c8f505a 100644
--- a/source/renderer/AlphaMapCalculator.h
+++ b/source/renderer/AlphaMapCalculator.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : AlphaMapCalculator.h
- * Project : 0 A.D.
- * Description : Determine which alpha blend map fits a given shape.
- * =========================================================================
+/*
+ * Determine which alpha blend map fits a given shape.
*/
#ifndef INCLUDED_ALPHAMAPCALCULATOR
diff --git a/source/renderer/BlendShapes.h b/source/renderer/BlendShapes.h
index 57d2eb3a0e..b0195effd7 100644
--- a/source/renderer/BlendShapes.h
+++ b/source/renderer/BlendShapes.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : BlendShapes.h
- * Project : 0 A.D.
- * Description :
- * =========================================================================
+/*
+
*/
#ifndef INCLUDED_BLENDSHAPES
diff --git a/source/renderer/FixedFunctionModelRenderer.cpp b/source/renderer/FixedFunctionModelRenderer.cpp
index 7a59f62a04..0e99f12181 100644
--- a/source/renderer/FixedFunctionModelRenderer.cpp
+++ b/source/renderer/FixedFunctionModelRenderer.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : FixedFunctionModelRenderer.cpp
- * Project : Pyrogenesis
- * Description : Implementation of FixedFunctionModelRenderer
- * =========================================================================
+/*
+ * Implementation of FixedFunctionModelRenderer
*/
#include "precompiled.h"
diff --git a/source/renderer/FixedFunctionModelRenderer.h b/source/renderer/FixedFunctionModelRenderer.h
index 46639a6ffb..9cb975cbcb 100644
--- a/source/renderer/FixedFunctionModelRenderer.h
+++ b/source/renderer/FixedFunctionModelRenderer.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : FixedFunctionModelRenderer.h
- * Project : Pyrogenesis
- * Description : ModelVertexRenderer that uses only fixed function pipeline
- * : to render animated models.
- * =========================================================================
+/*
+ * ModelVertexRenderer that uses only fixed function pipeline to render
+ * animated models.
*/
#ifndef INCLUDED_FIXEDFUNCTIONMODELRENDERER
diff --git a/source/renderer/HWLightingModelRenderer.cpp b/source/renderer/HWLightingModelRenderer.cpp
index 3da79ab429..fd0765db69 100644
--- a/source/renderer/HWLightingModelRenderer.cpp
+++ b/source/renderer/HWLightingModelRenderer.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : HWLightingModelRenderer.cpp
- * Project : Pyrogenesis
- * Description : Implementation of HWLightingModelRenderer
- * =========================================================================
+/*
+ * Implementation of HWLightingModelRenderer
*/
#include "precompiled.h"
diff --git a/source/renderer/HWLightingModelRenderer.h b/source/renderer/HWLightingModelRenderer.h
index 0944658de2..c313e36417 100644
--- a/source/renderer/HWLightingModelRenderer.h
+++ b/source/renderer/HWLightingModelRenderer.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : HWLightingModelRenderer.h
- * Project : Pyrogenesis
- * Description : ModelVertexRenderer that transforms models on the CPU
- * : but performs lighting in a vertex shader.
- * =========================================================================
+/*
+ * ModelVertexRenderer that transforms models on the CPU but performs
+ * lighting in a vertex shader.
*/
#ifndef INCLUDED_HWLIGHTINGMODELRENDERER
diff --git a/source/renderer/InstancingModelRenderer.cpp b/source/renderer/InstancingModelRenderer.cpp
index 3fe178bcb3..cb08c90039 100644
--- a/source/renderer/InstancingModelRenderer.cpp
+++ b/source/renderer/InstancingModelRenderer.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : InstancingModelRenderer.cpp
- * Project : Pyrogenesis
- * Description : Implementation of InstancingModelRenderer
- * =========================================================================
+/*
+ * Implementation of InstancingModelRenderer
*/
#include "precompiled.h"
diff --git a/source/renderer/InstancingModelRenderer.h b/source/renderer/InstancingModelRenderer.h
index 265e538882..bc850b153d 100644
--- a/source/renderer/InstancingModelRenderer.h
+++ b/source/renderer/InstancingModelRenderer.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : InstancingModelRenderer.h
- * Project : Pyrogenesis
- * Description : Special ModelVertexRender that only works for non-animated
- * : models, but is very fast for instanced models.
- * =========================================================================
+/*
+ * Special ModelVertexRender that only works for non-animated models,
+ * but is very fast for instanced models.
*/
#ifndef INCLUDED_INSTANCINGMODELRENDERER
diff --git a/source/renderer/ModelRenderer.cpp b/source/renderer/ModelRenderer.cpp
index 7cf4cc6480..624ee53a8a 100644
--- a/source/renderer/ModelRenderer.cpp
+++ b/source/renderer/ModelRenderer.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ModelRenderer.cpp
- * Project : Pyrogenesis
- * Description : Implementation of ModelRenderer and BatchModelRenderer
- * =========================================================================
+/*
+ * Implementation of ModelRenderer and BatchModelRenderer
*/
#include "precompiled.h"
diff --git a/source/renderer/ModelRenderer.h b/source/renderer/ModelRenderer.h
index 3df00f001f..33f8ad0061 100644
--- a/source/renderer/ModelRenderer.h
+++ b/source/renderer/ModelRenderer.h
@@ -15,14 +15,10 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ModelRenderer.h
- * Project : Pyrogenesis
- * Description : Home to the ModelRenderer class, an abstract base class
- * : that manages a per-frame list of submitted models,
- * : as well as simple helper classes.
- * =========================================================================
+/*
+ * Home to the ModelRenderer class, an abstract base class that manages
+ * a per-frame list of submitted models, as well as simple helper
+ * classes.
*/
#ifndef INCLUDED_MODELRENDERER
diff --git a/source/renderer/ModelVertexRenderer.h b/source/renderer/ModelVertexRenderer.h
index 5c7d58ffab..467f0e62f4 100644
--- a/source/renderer/ModelVertexRenderer.h
+++ b/source/renderer/ModelVertexRenderer.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ModelVertexRenderer.h
- * Project : Pyrogenesis
- * Description : Definition of ModelVertexRenderer, the abstract base class
- * : for model vertex transformation implementations.
- * =========================================================================
+/*
+ * Definition of ModelVertexRenderer, the abstract base class for model
+ * vertex transformation implementations.
*/
#ifndef INCLUDED_MODELVERTEXRENDERER
diff --git a/source/renderer/PlayerRenderer.cpp b/source/renderer/PlayerRenderer.cpp
index a8da141a4f..07e53fa4f4 100644
--- a/source/renderer/PlayerRenderer.cpp
+++ b/source/renderer/PlayerRenderer.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : PlayerRenderer.cpp
- * Project : Pyrogenesis
- * Description : Implementation of player colour RenderModifiers.
- * =========================================================================
+/*
+ * Implementation of player colour RenderModifiers.
*/
#include "precompiled.h"
diff --git a/source/renderer/PlayerRenderer.h b/source/renderer/PlayerRenderer.h
index 5b4c28f131..ea329c83a3 100644
--- a/source/renderer/PlayerRenderer.h
+++ b/source/renderer/PlayerRenderer.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : PlayerRenderer
- * Project : Pyrogenesis
- * Description : RenderModifier for player color rendering, to be used
- * : with e.g. FixedFunctionModelRenderer
- * =========================================================================
+/*
+ * RenderModifier for player color rendering, to be used with e.g.
+ * FixedFunctionModelRenderer
*/
#ifndef INCLUDED_PLAYERRENDERER
diff --git a/source/renderer/RenderModifiers.cpp b/source/renderer/RenderModifiers.cpp
index 62ec81ec7c..89aaf1036c 100644
--- a/source/renderer/RenderModifiers.cpp
+++ b/source/renderer/RenderModifiers.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : RenderModifiers.cpp
- * Project : Pyrogenesis
- * Description : Implementation of common RenderModifiers
- * =========================================================================
+/*
+ * Implementation of common RenderModifiers
*/
#include "precompiled.h"
diff --git a/source/renderer/RenderModifiers.h b/source/renderer/RenderModifiers.h
index a7218f8956..2d4a310e34 100644
--- a/source/renderer/RenderModifiers.h
+++ b/source/renderer/RenderModifiers.h
@@ -15,14 +15,10 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : RenderModifiers.h
- * Project : Pyrogenesis
- * Description : RenderModifiers can affect the fragment stage behaviour
- * : of some ModelRenderers. This file defines some common
- * : RenderModifiers in addition to the base class.
- * =========================================================================
+/*
+ * RenderModifiers can affect the fragment stage behaviour of some
+ * ModelRenderers. This file defines some common RenderModifiers in
+ * addition to the base class.
*/
#ifndef INCLUDED_RENDERMODIFIERS
diff --git a/source/renderer/Renderer.cpp b/source/renderer/Renderer.cpp
index e22dec507f..e172347b12 100644
--- a/source/renderer/Renderer.cpp
+++ b/source/renderer/Renderer.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Renderer.cpp
- * Project : 0 A.D.
- * Description : higher level interface on top of OpenGL to render basic
- * objects: terrain, models, sprites, particles etc.
- * =========================================================================
+/*
+ * higher level interface on top of OpenGL to render basic objects:
+ * terrain, models, sprites, particles etc.
*/
#include "precompiled.h"
diff --git a/source/renderer/Renderer.h b/source/renderer/Renderer.h
index 76c7326d16..b1cd1ffac1 100644
--- a/source/renderer/Renderer.h
+++ b/source/renderer/Renderer.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : Renderer.h
- * Project : 0 A.D.
- * Description : higher level interface on top of OpenGL to render basic
- * objects: terrain, models, sprites, particles etc.
- * =========================================================================
+/*
+ * higher level interface on top of OpenGL to render basic objects:
+ * terrain, models, sprites, particles etc.
*/
#ifndef INCLUDED_RENDERER
diff --git a/source/renderer/ShadowMap.cpp b/source/renderer/ShadowMap.cpp
index a339cba6e8..1f8bdd5136 100644
--- a/source/renderer/ShadowMap.cpp
+++ b/source/renderer/ShadowMap.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ShadowMap.cpp
- * Project : Pyrogenesis
- * Description : Shadow mapping related texture and matrix management
- * =========================================================================
+/*
+ * Shadow mapping related texture and matrix management
*/
#include "precompiled.h"
diff --git a/source/renderer/ShadowMap.h b/source/renderer/ShadowMap.h
index 760152d21b..2a7371db00 100644
--- a/source/renderer/ShadowMap.h
+++ b/source/renderer/ShadowMap.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : ShadowMap.h
- * Project : Pyrogenesis
- * Description : Shadow mapping related texture and matrix management
- * =========================================================================
+/*
+ * Shadow mapping related texture and matrix management
*/
#ifndef INCLUDED_SHADOWMAP
diff --git a/source/renderer/SkyManager.cpp b/source/renderer/SkyManager.cpp
index aa6581fed5..e08934ef9a 100644
--- a/source/renderer/SkyManager.cpp
+++ b/source/renderer/SkyManager.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : SkyManager.cpp
- * Project : Pyrogenesis
- * Description : Sky settings, texture management and rendering.
- * =========================================================================
+/*
+ * Sky settings, texture management and rendering.
*/
#include "precompiled.h"
diff --git a/source/renderer/SkyManager.h b/source/renderer/SkyManager.h
index fa65902a4a..803fdc4fb8 100644
--- a/source/renderer/SkyManager.h
+++ b/source/renderer/SkyManager.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : SkyManager.h
- * Project : Pyrogenesis
- * Description : Sky settings and texture management
- * =========================================================================
+/*
+ * Sky settings and texture management
*/
#ifndef INCLUDED_SKYMANAGER
diff --git a/source/renderer/TerrainOverlay.h b/source/renderer/TerrainOverlay.h
index 487f6cdf78..c852ba5fe6 100644
--- a/source/renderer/TerrainOverlay.h
+++ b/source/renderer/TerrainOverlay.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : TerrainOverlay.h
- * Project : Pyrogenesis
- * Description : System for representing tile-based information on top of
- * : the terrain.
- * =========================================================================
+/*
+ * System for representing tile-based information on top of the
+ * terrain.
*/
#ifndef INCLUDED_TERRAINOVERLAY
diff --git a/source/renderer/TerrainRenderer.cpp b/source/renderer/TerrainRenderer.cpp
index 83f9297831..65ff3a636b 100644
--- a/source/renderer/TerrainRenderer.cpp
+++ b/source/renderer/TerrainRenderer.cpp
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : TerrainRenderer.cpp
- * Project : Pyrogenesis
- * Description : Terrain rendering (everything related to patches and
- * : water) is encapsulated in TerrainRenderer
- * =========================================================================
+/*
+ * Terrain rendering (everything related to patches and water) is
+ * encapsulated in TerrainRenderer
*/
#include "precompiled.h"
diff --git a/source/renderer/TerrainRenderer.h b/source/renderer/TerrainRenderer.h
index 23f50bc0d4..af8b5842b9 100644
--- a/source/renderer/TerrainRenderer.h
+++ b/source/renderer/TerrainRenderer.h
@@ -15,13 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : TerrainRenderer.h
- * Project : Pyrogenesis
- * Description : Terrain rendering (everything related to patches and
- * : water) is encapsulated in TerrainRenderer
- * =========================================================================
+/*
+ * Terrain rendering (everything related to patches and water) is
+ * encapsulated in TerrainRenderer
*/
#ifndef INCLUDED_TERRAINRENDERER
diff --git a/source/renderer/TransparencyRenderer.cpp b/source/renderer/TransparencyRenderer.cpp
index 2cffbbc3b8..238ece4b26 100644
--- a/source/renderer/TransparencyRenderer.cpp
+++ b/source/renderer/TransparencyRenderer.cpp
@@ -15,14 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : TransparencyRenderer.h
- * Project : Pyrogenesis
- * Description : ModelRenderer implementation that sorts models and/or
- * : polygons based on distance from viewer, for transparency
- * : rendering.
- * =========================================================================
+/*
+ * ModelRenderer implementation that sorts models and/or polygons based
+ * on distance from viewer, for transparency rendering.
*/
#include "precompiled.h"
diff --git a/source/renderer/TransparencyRenderer.h b/source/renderer/TransparencyRenderer.h
index 7d5eca77d4..8a4d40ed56 100644
--- a/source/renderer/TransparencyRenderer.h
+++ b/source/renderer/TransparencyRenderer.h
@@ -15,14 +15,9 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : TransparencyRenderer.h
- * Project : Pyrogenesis
- * Description : ModelRenderer implementation that sorts models and/or
- * : polygons based on distance from viewer, for transparency
- * : rendering.
- * =========================================================================
+/*
+ * ModelRenderer implementation that sorts models and/or polygons based
+ * on distance from viewer, for transparency rendering.
*/
#ifndef INCLUDED_TRANSPARENCYRENDERER
diff --git a/source/renderer/VertexBuffer.cpp b/source/renderer/VertexBuffer.cpp
index 5cd1edc3a8..021ae9f3e9 100644
--- a/source/renderer/VertexBuffer.cpp
+++ b/source/renderer/VertexBuffer.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : VertexBuffer.cpp
- * Project : 0 A.D.
- * Description : encapsulation of VBOs with batching and sharing
- * =========================================================================
+/*
+ * encapsulation of VBOs with batching and sharing
*/
#include "precompiled.h"
diff --git a/source/renderer/VertexBuffer.h b/source/renderer/VertexBuffer.h
index c9dd3007d1..e67de7f9d9 100644
--- a/source/renderer/VertexBuffer.h
+++ b/source/renderer/VertexBuffer.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : VertexBuffer.h
- * Project : 0 A.D.
- * Description : encapsulation of VBOs with batching and sharing
- * =========================================================================
+/*
+ * encapsulation of VBOs with batching and sharing
*/
#ifndef INCLUDED_VERTEXBUFFER
diff --git a/source/renderer/VertexBufferManager.cpp b/source/renderer/VertexBufferManager.cpp
index 84127497ab..632a73ed70 100644
--- a/source/renderer/VertexBufferManager.cpp
+++ b/source/renderer/VertexBufferManager.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : VertexBufferManager.cpp
- * Project : 0 A.D.
- * Description : Allocate and destroy CVertexBuffers
- * =========================================================================
+/*
+ * Allocate and destroy CVertexBuffers
*/
#include "precompiled.h"
diff --git a/source/renderer/VertexBufferManager.h b/source/renderer/VertexBufferManager.h
index 1f523d2b30..88aa44d61b 100644
--- a/source/renderer/VertexBufferManager.h
+++ b/source/renderer/VertexBufferManager.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : VertexBufferManager.h
- * Project : 0 A.D.
- * Description : Allocate and destroy CVertexBuffers
- * =========================================================================
+/*
+ * Allocate and destroy CVertexBuffers
*/
#ifndef INCLUDED_VERTEXBUFFERMANAGER
diff --git a/source/renderer/WaterManager.cpp b/source/renderer/WaterManager.cpp
index dac30933f8..1b350e5952 100644
--- a/source/renderer/WaterManager.cpp
+++ b/source/renderer/WaterManager.cpp
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : WaterManager.cpp
- * Project : Pyrogenesis
- * Description : Water settings (speed, height) and texture management
- * =========================================================================
+/*
+ * Water settings (speed, height) and texture management
*/
#include "precompiled.h"
diff --git a/source/renderer/WaterManager.h b/source/renderer/WaterManager.h
index a74b2643da..956167e42a 100644
--- a/source/renderer/WaterManager.h
+++ b/source/renderer/WaterManager.h
@@ -15,12 +15,8 @@
* along with 0 A.D. If not, see .
*/
-/**
- * =========================================================================
- * File : WaterManager.h
- * Project : Pyrogenesis
- * Description : Water settings (speed, height) and texture management
- * =========================================================================
+/*
+ * Water settings (speed, height) and texture management
*/
#ifndef INCLUDED_WATERMANAGER