diff --git a/panda/src/builder/builder.h b/panda/src/builder/builder.h index b844d50194..470c8b14b6 100644 --- a/panda/src/builder/builder.h +++ b/panda/src/builder/builder.h @@ -178,7 +178,7 @@ class GeomNode; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : Builder // Description : The main driver class to the builder package. See // the comments above. diff --git a/panda/src/builder/builderAttrib.h b/panda/src/builder/builderAttrib.h index cd4f30b69c..2973e6a064 100644 --- a/panda/src/builder/builderAttrib.h +++ b/panda/src/builder/builderAttrib.h @@ -19,7 +19,7 @@ #ifndef BUILDERATTRIB_H #define BUILDERATTRIB_H -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // // BuilderAttrib, BuilderAttribI // @@ -33,7 +33,7 @@ // and BuilderAttribI are actually both instantiations of the same // template class, BuilderAttribTempl. // -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// #include "pandabase.h" diff --git a/panda/src/builder/builderBucket.h b/panda/src/builder/builderBucket.h index 8cea8ed359..2170836b57 100644 --- a/panda/src/builder/builderBucket.h +++ b/panda/src/builder/builderBucket.h @@ -39,7 +39,7 @@ class Geom; class PandaNode; class GeomNode; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : BuilderBucket // Description : The main grouping tool for BuilderPrims. See the // comments at the beginning of builder.h. diff --git a/panda/src/builder/builderBucketNode.h b/panda/src/builder/builderBucketNode.h index 01c9cca1d3..194076bd26 100644 --- a/panda/src/builder/builderBucketNode.h +++ b/panda/src/builder/builderBucketNode.h @@ -30,7 +30,7 @@ class GeomNode; class GeomNode; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : BuilderBucketNode // Description : This is a wrapper class around BuilderBucket, used by // the Builder class. It stores a pointer to a diff --git a/panda/src/builder/builderNormalVisualizer.h b/panda/src/builder/builderNormalVisualizer.h index 095160b674..eb4fe10f71 100644 --- a/panda/src/builder/builderNormalVisualizer.h +++ b/panda/src/builder/builderNormalVisualizer.h @@ -32,7 +32,7 @@ #include "pvector.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : BuilderNormalVisualizer // Description : A useful class for collecting information about // vertices and their associated normals as geometry is diff --git a/panda/src/builder/builderPrim.h b/panda/src/builder/builderPrim.h index 9d205daaeb..0aeff58609 100644 --- a/panda/src/builder/builderPrim.h +++ b/panda/src/builder/builderPrim.h @@ -19,7 +19,7 @@ #ifndef BUILDERPRIM_H #define BUILDERPRIM_H -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // // BuilderPrim, BuilderPrimI // @@ -59,7 +59,7 @@ // store the attributes specific to each individual component // (e.g. the normal of each triangle in a triangle strip). // -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// #include "pandabase.h" #include "builderPrimTempl.h" @@ -100,7 +100,7 @@ public: }; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : BuilderPrimI // Description : The basic class for passing indexed primitives // to the builder. diff --git a/panda/src/builder/builderVertex.h b/panda/src/builder/builderVertex.h index 9e0d37231e..7c3d3673da 100644 --- a/panda/src/builder/builderVertex.h +++ b/panda/src/builder/builderVertex.h @@ -19,7 +19,7 @@ #ifndef BUILDERVERTEX_H #define BUILDERVERTEX_H -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // // BuilderVertex, BuilderVertexI // @@ -45,7 +45,7 @@ // BuilderVertex type) and thus easily support both indexed and // nonindexed geometry. // -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// #include "pandabase.h" diff --git a/panda/src/collide/collisionEntry.h b/panda/src/collide/collisionEntry.h index 05787a9446..6bc3e126f3 100644 --- a/panda/src/collide/collisionEntry.h +++ b/panda/src/collide/collisionEntry.h @@ -34,7 +34,7 @@ #include "nodePath.h" #include "clipPlaneAttrib.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionEntry // Description : Defines a single collision event. One of these is // created for each collision detected by a diff --git a/panda/src/collide/collisionHandler.h b/panda/src/collide/collisionHandler.h index 0d711e050c..84d90f1ad0 100644 --- a/panda/src/collide/collisionHandler.h +++ b/panda/src/collide/collisionHandler.h @@ -25,7 +25,7 @@ class CollisionEntry; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionHandler // Description : The abstract interface to a number of classes that // decide what to do when a collision is detected. One diff --git a/panda/src/collide/collisionHandlerEvent.h b/panda/src/collide/collisionHandlerEvent.h index e1ff14a33c..e2dd4fa988 100644 --- a/panda/src/collide/collisionHandlerEvent.h +++ b/panda/src/collide/collisionHandlerEvent.h @@ -28,7 +28,7 @@ #include "vector_string.h" #include "pointerTo.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionHandlerEvent // Description : A specialized kind of CollisionHandler that throws an // event for each collision detected. The event thrown diff --git a/panda/src/collide/collisionHandlerFloor.h b/panda/src/collide/collisionHandlerFloor.h index a558c2d3ef..dee3ba9430 100644 --- a/panda/src/collide/collisionHandlerFloor.h +++ b/panda/src/collide/collisionHandlerFloor.h @@ -23,7 +23,7 @@ #include "collisionHandlerPhysical.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionHandlerFloor // Description : A specialized kind of CollisionHandler that sets the // Z height of the collider to a fixed linear offset diff --git a/panda/src/collide/collisionHandlerGravity.h b/panda/src/collide/collisionHandlerGravity.h index 448f22a9a7..5dcf261dd4 100755 --- a/panda/src/collide/collisionHandlerGravity.h +++ b/panda/src/collide/collisionHandlerGravity.h @@ -23,7 +23,7 @@ #include "collisionHandlerPhysical.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionHandlerGravity // Description : A specialized kind of CollisionHandler that sets the // Z height of the collider to a fixed linear offset diff --git a/panda/src/collide/collisionHandlerPhysical.h b/panda/src/collide/collisionHandlerPhysical.h index e4a1036a40..d2fb301d87 100644 --- a/panda/src/collide/collisionHandlerPhysical.h +++ b/panda/src/collide/collisionHandlerPhysical.h @@ -28,7 +28,7 @@ #include "pointerTo.h" #include "pandaNode.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionHandlerPhysical // Description : The abstract base class for a number of // CollisionHandlers that have some physical effect on diff --git a/panda/src/collide/collisionHandlerPusher.h b/panda/src/collide/collisionHandlerPusher.h index babfee13f1..bd4e790072 100644 --- a/panda/src/collide/collisionHandlerPusher.h +++ b/panda/src/collide/collisionHandlerPusher.h @@ -23,7 +23,7 @@ #include "collisionHandlerPhysical.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionHandlerPusher // Description : A specialized kind of CollisionHandler that simply // pushes back on things that attempt to move into solid diff --git a/panda/src/collide/collisionHandlerQueue.h b/panda/src/collide/collisionHandlerQueue.h index bfee454c85..22b328baca 100644 --- a/panda/src/collide/collisionHandlerQueue.h +++ b/panda/src/collide/collisionHandlerQueue.h @@ -24,7 +24,7 @@ #include "collisionHandler.h" #include "collisionEntry.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionHandlerQueue // Description : A special kind of CollisionHandler that does nothing // except remember the CollisionEntries detected the diff --git a/panda/src/collide/collisionInvSphere.h b/panda/src/collide/collisionInvSphere.h index 7032c9536e..17a094402f 100644 --- a/panda/src/collide/collisionInvSphere.h +++ b/panda/src/collide/collisionInvSphere.h @@ -23,7 +23,7 @@ #include "collisionSphere.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionInvSphere // Description : An inverted sphere: this is a sphere whose collision // surface is the inside surface of the sphere. diff --git a/panda/src/collide/collisionLine.h b/panda/src/collide/collisionLine.h index f1d4b10928..d3afd6b973 100644 --- a/panda/src/collide/collisionLine.h +++ b/panda/src/collide/collisionLine.h @@ -23,7 +23,7 @@ #include "collisionRay.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionLine // Description : An infinite line, similar to a CollisionRay, except // that it extends in both directions. It is, however, diff --git a/panda/src/collide/collisionPlane.h b/panda/src/collide/collisionPlane.h index 9c7a0ef153..7ae0cb47ce 100644 --- a/panda/src/collide/collisionPlane.h +++ b/panda/src/collide/collisionPlane.h @@ -26,7 +26,7 @@ #include "luse.h" #include "plane.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionPlane // Description : //////////////////////////////////////////////////////////////////// diff --git a/panda/src/collide/collisionPolygon.h b/panda/src/collide/collisionPolygon.h index c3bfdf63aa..28563a4357 100644 --- a/panda/src/collide/collisionPolygon.h +++ b/panda/src/collide/collisionPolygon.h @@ -29,7 +29,7 @@ class GeomNode; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionPolygon // Description : //////////////////////////////////////////////////////////////////// diff --git a/panda/src/collide/collisionRay.h b/panda/src/collide/collisionRay.h index 96c7a1894c..d6f559187c 100644 --- a/panda/src/collide/collisionRay.h +++ b/panda/src/collide/collisionRay.h @@ -25,7 +25,7 @@ class LensNode; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionRay // Description : An infinite ray, with a specific origin and // direction. It begins at its origin and continues in diff --git a/panda/src/collide/collisionSegment.h b/panda/src/collide/collisionSegment.h index 696c48df44..5ce4299ee9 100644 --- a/panda/src/collide/collisionSegment.h +++ b/panda/src/collide/collisionSegment.h @@ -25,7 +25,7 @@ class LensNode; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionSegment // Description : A finite line segment, with two specific endpoints // but no thickness. It's similar to a CollisionRay, diff --git a/panda/src/collide/collisionSolid.h b/panda/src/collide/collisionSolid.h index 7cde5fae2e..36b64027c7 100644 --- a/panda/src/collide/collisionSolid.h +++ b/panda/src/collide/collisionSolid.h @@ -36,7 +36,7 @@ class GeomNode; class CollisionNode; class CullTraverserData; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionSolid // Description : The abstract base class for all things that can // collide with other things in the world, and all the diff --git a/panda/src/collide/collisionSphere.h b/panda/src/collide/collisionSphere.h index 99f9fb9783..cc3a0220a2 100644 --- a/panda/src/collide/collisionSphere.h +++ b/panda/src/collide/collisionSphere.h @@ -23,7 +23,7 @@ #include "collisionSolid.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionSphere // Description : A spherical collision volume or object. //////////////////////////////////////////////////////////////////// diff --git a/panda/src/collide/collisionTube.h b/panda/src/collide/collisionTube.h index 56e5128db3..2544fed1dd 100644 --- a/panda/src/collide/collisionTube.h +++ b/panda/src/collide/collisionTube.h @@ -23,7 +23,7 @@ #include "collisionSolid.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CollisionTube // Description : This implements a solid roughly in cylindrical shape. // It's not called a CollisionCylinder because it's not diff --git a/panda/src/egg/eggBinMaker.h b/panda/src/egg/eggBinMaker.h index bbf1bb4008..ac7dfb7a36 100644 --- a/panda/src/egg/eggBinMaker.h +++ b/panda/src/egg/eggBinMaker.h @@ -19,7 +19,7 @@ #ifndef EGGBINMAKER_H #define EGGBINMAKER_H -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // // EggBinMaker // @@ -209,7 +209,7 @@ // EggBins created. Each EggBin stores its bin number, which may be // retrieved via get_bin_number(). // -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// #include "pandabase.h" diff --git a/panda/src/egg/eggComment.h b/panda/src/egg/eggComment.h index 0303a744fd..002cd2891f 100644 --- a/panda/src/egg/eggComment.h +++ b/panda/src/egg/eggComment.h @@ -23,7 +23,7 @@ #include "eggNode.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggComment // Description : A comment that appears in an egg file within a // entry. diff --git a/panda/src/egg/eggCoordinateSystem.h b/panda/src/egg/eggCoordinateSystem.h index b03054a34c..4fbc28d9f2 100644 --- a/panda/src/egg/eggCoordinateSystem.h +++ b/panda/src/egg/eggCoordinateSystem.h @@ -26,7 +26,7 @@ #include "coordinateSystem.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggCoordinateSystem // Description : The entry at the top of an egg // file. Don't confuse this with the enum diff --git a/panda/src/egg/eggData.h b/panda/src/egg/eggData.h index 750c5fa76a..b84481cb25 100644 --- a/panda/src/egg/eggData.h +++ b/panda/src/egg/eggData.h @@ -27,7 +27,7 @@ #include "notify.h" #include "dSearchPath.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggData // Description : This is the primary interface into all the egg data, // and the root of the egg file structure. An EggData diff --git a/panda/src/egg/eggMaterial.h b/panda/src/egg/eggMaterial.h index ef198f7220..f684a21493 100644 --- a/panda/src/egg/eggMaterial.h +++ b/panda/src/egg/eggMaterial.h @@ -25,7 +25,7 @@ #include "luse.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggMaterial // Description : //////////////////////////////////////////////////////////////////// @@ -111,7 +111,7 @@ private: static TypeHandle _type_handle; }; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : UniqueEggMaterials // Description : An STL function object for sorting materials into // order by properties. Returns true if the two diff --git a/panda/src/egg/eggMesher.h b/panda/src/egg/eggMesher.h index 0ad8bf6120..daac836977 100644 --- a/panda/src/egg/eggMesher.h +++ b/panda/src/egg/eggMesher.h @@ -30,7 +30,7 @@ #include -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggMesher // Description : Collects together unrelated EggPrimitives, determines // their edge connectivity, and generates a set of diff --git a/panda/src/egg/eggMesherEdge.h b/panda/src/egg/eggMesherEdge.h index 3f3447c038..b71aa2a910 100644 --- a/panda/src/egg/eggMesherEdge.h +++ b/panda/src/egg/eggMesherEdge.h @@ -26,7 +26,7 @@ class EggMesherStrip; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggMesherEdge // Description : Represents one edge of a triangle, as used by the // EggMesher to discover connected triangles. The edge diff --git a/panda/src/egg/eggMesherFanMaker.h b/panda/src/egg/eggMesherFanMaker.h index 1286f3658e..95ef6e46b9 100644 --- a/panda/src/egg/eggMesherFanMaker.h +++ b/panda/src/egg/eggMesherFanMaker.h @@ -32,7 +32,7 @@ class EggMesher; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggMesherFanMaker // Description : This class is used by EggMesher::find_fans() to // attempt to make an EggTriangleFan out of the polygons diff --git a/panda/src/egg/eggMesherStrip.h b/panda/src/egg/eggMesherStrip.h index 30f9f1c73e..871d48d2a9 100644 --- a/panda/src/egg/eggMesherStrip.h +++ b/panda/src/egg/eggMesherStrip.h @@ -27,7 +27,7 @@ class EggMesherEdge; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggMesherStrip // Description : Represents a triangle strip or quad strip in // progress, as assembled by the mesher. It might also diff --git a/panda/src/egg/eggNameUniquifier.h b/panda/src/egg/eggNameUniquifier.h index c2f5916e53..9b0728461d 100644 --- a/panda/src/egg/eggNameUniquifier.h +++ b/panda/src/egg/eggNameUniquifier.h @@ -19,7 +19,7 @@ #ifndef EGGNAMEUNIQUIFIER_H #define EGGNAMEUNIQUIFIER_H -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // // EggNameUniquifier // @@ -72,7 +72,7 @@ // (with a new index number) until it finally returns a unique // name. // -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// #include "pandabase.h" diff --git a/panda/src/egg/eggParameters.h b/panda/src/egg/eggParameters.h index af714b9ce8..3ce781ab75 100644 --- a/panda/src/egg/eggParameters.h +++ b/panda/src/egg/eggParameters.h @@ -21,7 +21,7 @@ #include "pandabase.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggParameters // Description : The values stored in this structure are global // parameters that control some aspects of the egg diff --git a/panda/src/egg/eggPolysetMaker.h b/panda/src/egg/eggPolysetMaker.h index 7181953ec6..781d8617b9 100644 --- a/panda/src/egg/eggPolysetMaker.h +++ b/panda/src/egg/eggPolysetMaker.h @@ -25,7 +25,7 @@ #include "dcast.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggPolysetMaker // Description : A specialization on EggBinMaker for making polysets // that share the same basic rendering characteristic. diff --git a/panda/src/egg/eggTexture.h b/panda/src/egg/eggTexture.h index 9be1740451..6302e738c8 100644 --- a/panda/src/egg/eggTexture.h +++ b/panda/src/egg/eggTexture.h @@ -325,7 +325,7 @@ private: static TypeHandle _type_handle; }; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : UniqueEggTextures // Description : An STL function object for sorting textures into // order by properties. Returns true if the two diff --git a/panda/src/egg/eggVertex.h b/panda/src/egg/eggVertex.h index 369552a21e..791ce6d980 100644 --- a/panda/src/egg/eggVertex.h +++ b/panda/src/egg/eggVertex.h @@ -181,7 +181,7 @@ INLINE ostream &operator << (ostream &out, const EggVertex &vert) { return out; } -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : UniqueEggVertices // Description : An STL function object for sorting vertices into // order by properties. Returns true if the two diff --git a/panda/src/egg2pg/animBundleMaker.h b/panda/src/egg2pg/animBundleMaker.h index 37a199a42c..8fa5d58cf7 100644 --- a/panda/src/egg2pg/animBundleMaker.h +++ b/panda/src/egg2pg/animBundleMaker.h @@ -33,7 +33,7 @@ class AnimBundleNode; class AnimChannelScalarTable; class AnimChannelMatrixXfmTable; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : AnimBundleMaker // Description : Converts an EggTable hierarchy, beginning with a // entry, into an AnimBundle hierarchy. diff --git a/panda/src/egg2pg/characterMaker.h b/panda/src/egg2pg/characterMaker.h index 96704a44d5..d53e24e165 100644 --- a/panda/src/egg2pg/characterMaker.h +++ b/panda/src/egg2pg/characterMaker.h @@ -43,7 +43,7 @@ class MovingPartBase; class EggLoader; class PandaNode; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : CharacterMaker // Description : Converts an EggGroup hierarchy, beginning with a // group with set, to a character node with diff --git a/panda/src/egg2pg/computedVerticesMaker.h b/panda/src/egg2pg/computedVerticesMaker.h index e54a6e234e..980b70b902 100644 --- a/panda/src/egg2pg/computedVerticesMaker.h +++ b/panda/src/egg2pg/computedVerticesMaker.h @@ -42,7 +42,7 @@ class EggNode; class EggVertex; class InternalName; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : ComputedVerticesMaker // Description : An object to collect together all the vertices of a // character, indicate what the transform space of each diff --git a/panda/src/egg2pg/computedVerticesMakerEntity.h b/panda/src/egg2pg/computedVerticesMakerEntity.h index d6524fcd34..1add3f2bf0 100644 --- a/panda/src/egg2pg/computedVerticesMakerEntity.h +++ b/panda/src/egg2pg/computedVerticesMakerEntity.h @@ -29,7 +29,7 @@ #include "pmap.h" #include -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : ComputedVerticesMakerEntity // Description : This represents a single vertex value, or color // value, or normal value, or some such thing, added to @@ -51,7 +51,7 @@ public: }; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : ComputedVerticesMakerEntityMap // Description : A map of some kind of entity, above, to an integer // index number. This collects together identical diff --git a/panda/src/egg2pg/deferredNodeProperty.h b/panda/src/egg2pg/deferredNodeProperty.h index 60a7d8af10..a8efd0fd2a 100644 --- a/panda/src/egg2pg/deferredNodeProperty.h +++ b/panda/src/egg2pg/deferredNodeProperty.h @@ -26,7 +26,7 @@ class PandaNode; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : DeferredNodeProperty // Description : This class keeps track of all the state we must make // note of during the graph traversal, but cannot apply diff --git a/panda/src/egg2pg/eggBinner.h b/panda/src/egg2pg/eggBinner.h index 9f3ac8a7fc..efb939a7bc 100644 --- a/panda/src/egg2pg/eggBinner.h +++ b/panda/src/egg2pg/eggBinner.h @@ -25,7 +25,7 @@ class EggLoader; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggBinner // Description : A special binner used only within this package to // pre-process the egg tree for the loader and group diff --git a/panda/src/egg2pg/eggLoader.h b/panda/src/egg2pg/eggLoader.h index 7c4aeace84..6a6f9673a0 100644 --- a/panda/src/egg2pg/eggLoader.h +++ b/panda/src/egg2pg/eggLoader.h @@ -60,7 +60,7 @@ class PolylightNode; class EggRenderState; class CharacterMaker; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggLoader // Description : Converts an egg data structure, possibly read from an // egg file but not necessarily, into a scene graph diff --git a/panda/src/egg2pg/eggRenderState.h b/panda/src/egg2pg/eggRenderState.h index f573b9854b..c6359e4986 100644 --- a/panda/src/egg2pg/eggRenderState.h +++ b/panda/src/egg2pg/eggRenderState.h @@ -36,7 +36,7 @@ class EggPrimitive; class EggTexture; class EggMaterial; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : EggRenderState // Description : This class is used within this package only to record // the render state that should be assigned to each diff --git a/panda/src/express/namable.h b/panda/src/express/namable.h index 43fe9d88ae..5e2aa16525 100644 --- a/panda/src/express/namable.h +++ b/panda/src/express/namable.h @@ -24,7 +24,7 @@ #include "typedObject.h" #include -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : Namable // Description : A base class for all things which can have a name. // The name is either empty or nonempty, but it is never @@ -62,7 +62,7 @@ private: INLINE ostream &operator << (ostream &out, const Namable &n); -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : NamableOrderByName // Description : An STL function object for sorting an array of // pointers to Namables into order by name. Returns diff --git a/panda/src/express/referenceCount.h b/panda/src/express/referenceCount.h index ac1813bacc..045101c5d7 100644 --- a/panda/src/express/referenceCount.h +++ b/panda/src/express/referenceCount.h @@ -32,7 +32,7 @@ #include #endif -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : ReferenceCount // Description : A base class for all things that want to be // reference-counted. ReferenceCount works in @@ -99,7 +99,7 @@ private: template INLINE void unref_delete(RefCountType *ptr); -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : RefCountProxy // Description : A "proxy" to use to make a reference-countable object // whenever the object cannot inherit from @@ -134,7 +134,7 @@ private: }; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : RefCountObj // Description : Another kind of proxy, similar to RefCountProxy. // This one works by inheriting from the indicated base diff --git a/panda/src/grutil/multitexReducer.h b/panda/src/grutil/multitexReducer.h index 304384b3f9..c463f24af2 100644 --- a/panda/src/grutil/multitexReducer.h +++ b/panda/src/grutil/multitexReducer.h @@ -37,7 +37,7 @@ class PandaNode; class RenderState; class TransformState; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : MultitexReducer // Description : This object presents an interface for generating new // texture images that represent the combined images diff --git a/panda/src/linmath/ioPtaDatagramLinMath.h b/panda/src/linmath/ioPtaDatagramLinMath.h index 9aeae3d392..2015ba4274 100644 --- a/panda/src/linmath/ioPtaDatagramLinMath.h +++ b/panda/src/linmath/ioPtaDatagramLinMath.h @@ -32,7 +32,7 @@ class Datagram; class DatagramIterator; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : IoPtaDatagramLinMath // Description : This class is used to read and write a PTA_something // (where something is some kind of LinMath object like diff --git a/panda/src/mathutil/boundingHexahedron.h b/panda/src/mathutil/boundingHexahedron.h index f04500ab6d..13f1c3c134 100644 --- a/panda/src/mathutil/boundingHexahedron.h +++ b/panda/src/mathutil/boundingHexahedron.h @@ -28,7 +28,7 @@ #include "coordinateSystem.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : BoundingHexahedron // Description : This defines a bounding convex hexahedron. It is // typically used to represent a frustum, but may diff --git a/panda/src/mathutil/boundingLine.h b/panda/src/mathutil/boundingLine.h index 8fcdd4c2c2..bd39120561 100644 --- a/panda/src/mathutil/boundingLine.h +++ b/panda/src/mathutil/boundingLine.h @@ -23,7 +23,7 @@ #include "geometricBoundingVolume.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : BoundingLine // Description : This funny bounding volume is an infinite line with // no thickness and extending to infinity in both diff --git a/panda/src/mathutil/boundingSphere.h b/panda/src/mathutil/boundingSphere.h index f80969a68a..56ce32bd4b 100644 --- a/panda/src/mathutil/boundingSphere.h +++ b/panda/src/mathutil/boundingSphere.h @@ -23,7 +23,7 @@ #include "finiteBoundingVolume.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : BoundingSphere // Description : This defines a bounding sphere, consisting of a // center and a radius. It is always a sphere, and diff --git a/panda/src/mathutil/boundingVolume.h b/panda/src/mathutil/boundingVolume.h index a4fbe2a2a1..8dc018f3d3 100644 --- a/panda/src/mathutil/boundingVolume.h +++ b/panda/src/mathutil/boundingVolume.h @@ -29,7 +29,7 @@ class BoundingHexahedron; class BoundingLine; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : BoundingVolume // Description : This is an abstract class for any volume in any sense // which can be said to define the locality of reference diff --git a/panda/src/mathutil/finiteBoundingVolume.h b/panda/src/mathutil/finiteBoundingVolume.h index 7210ac9918..7963637910 100644 --- a/panda/src/mathutil/finiteBoundingVolume.h +++ b/panda/src/mathutil/finiteBoundingVolume.h @@ -24,7 +24,7 @@ #include "geometricBoundingVolume.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : FiniteBoundingVolume // Description : A special kind of GeometricBoundingVolume that is // known to be finite. It is possible to query this diff --git a/panda/src/mathutil/geometricBoundingVolume.h b/panda/src/mathutil/geometricBoundingVolume.h index 7b77c9846a..ad5292369e 100644 --- a/panda/src/mathutil/geometricBoundingVolume.h +++ b/panda/src/mathutil/geometricBoundingVolume.h @@ -26,7 +26,7 @@ #include "luse.h" #include "lmatrix.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : GeometricBoundingVolume // Description : This is another abstract class, for a general class // of bounding volumes that actually enclose points in diff --git a/panda/src/mathutil/look_at.h b/panda/src/mathutil/look_at.h index 74dc976f6c..7602db9c5f 100644 --- a/panda/src/mathutil/look_at.h +++ b/panda/src/mathutil/look_at.h @@ -21,7 +21,7 @@ //////////////////////////////////////////////////////////////////// // Includes -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// #include "pandabase.h" #include "cmath.h" #include "coordinateSystem.h" diff --git a/panda/src/mathutil/mathHelpers.h b/panda/src/mathutil/mathHelpers.h index ba1e2a740e..eb462327a7 100644 --- a/panda/src/mathutil/mathHelpers.h +++ b/panda/src/mathutil/mathHelpers.h @@ -21,7 +21,7 @@ //////////////////////////////////////////////////////////////////// // Includes -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// #include "pandabase.h" #include "luse.h" diff --git a/panda/src/mathutil/omniBoundingVolume.h b/panda/src/mathutil/omniBoundingVolume.h index e3d5deea7f..0e59b2bcd6 100644 --- a/panda/src/mathutil/omniBoundingVolume.h +++ b/panda/src/mathutil/omniBoundingVolume.h @@ -23,7 +23,7 @@ #include "geometricBoundingVolume.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : OmniBoundingVolume // Description : This is a special kind of GeometricBoundingVolume // that fills all of space. diff --git a/panda/src/particlesystem/orientedParticle.h b/panda/src/particlesystem/orientedParticle.h index 186fcc4288..3332fefc23 100644 --- a/panda/src/particlesystem/orientedParticle.h +++ b/panda/src/particlesystem/orientedParticle.h @@ -21,11 +21,11 @@ #include "baseParticle.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : OrientedParticle // Description : Describes a particle that has angular // characteristics (velocity, orientation). -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// class EXPCL_PANDAPHYSICS OrientedParticle : public BaseParticle { public: OrientedParticle(int lifespan = 0, bool alive = false); diff --git a/panda/src/pgraph/accumulatedAttribs.h b/panda/src/pgraph/accumulatedAttribs.h index 03716e9ebe..f2c7ce3b1d 100644 --- a/panda/src/pgraph/accumulatedAttribs.h +++ b/panda/src/pgraph/accumulatedAttribs.h @@ -27,7 +27,7 @@ class PandaNode; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : AccumulatedAttribs // Description : This class is used by the SceneGraphReducer to // maintain and accumulate the set of attributes we have diff --git a/panda/src/pgraph/geomTransformer.h b/panda/src/pgraph/geomTransformer.h index f92eb8238b..a824065e26 100644 --- a/panda/src/pgraph/geomTransformer.h +++ b/panda/src/pgraph/geomTransformer.h @@ -29,7 +29,7 @@ class GeomNode; class RenderState; class InternalName; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : GeomTransformer // Description : An object specifically designed to transform the // vertices of a Geom without disturbing indexing or diff --git a/panda/src/pgraph/sceneGraphAnalyzer.h b/panda/src/pgraph/sceneGraphAnalyzer.h index 9b77a5e67f..3f6e1737ca 100644 --- a/panda/src/pgraph/sceneGraphAnalyzer.h +++ b/panda/src/pgraph/sceneGraphAnalyzer.h @@ -31,7 +31,7 @@ class GeomNode; class Geom; class Texture; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : SceneGraphAnalyzer // Description : A handy class that can scrub over a scene graph and // collect interesting statistics on it. diff --git a/panda/src/pgraph/sceneGraphReducer.h b/panda/src/pgraph/sceneGraphReducer.h index 15f3045aa9..3189045db8 100644 --- a/panda/src/pgraph/sceneGraphReducer.h +++ b/panda/src/pgraph/sceneGraphReducer.h @@ -32,7 +32,7 @@ class PandaNode; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : SceneGraphReducer // Description : An interface for simplifying ("flattening") scene // graphs by eliminating unneeded nodes and collapsing diff --git a/panda/src/physics/linearForce.h b/panda/src/physics/linearForce.h index 03f033b523..6b64637882 100644 --- a/panda/src/physics/linearForce.h +++ b/panda/src/physics/linearForce.h @@ -21,11 +21,11 @@ #include "baseForce.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : LinearForce // Description : A force that acts on a PhysicsObject by way of an // Integrator. This is a pure virtual base class. -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// class EXPCL_PANDAPHYSICS LinearForce : public BaseForce { PUBLISHED: ~LinearForce(); diff --git a/panda/src/physics/physicsCollisionHandler.h b/panda/src/physics/physicsCollisionHandler.h index 9f414bf105..f46673b01b 100755 --- a/panda/src/physics/physicsCollisionHandler.h +++ b/panda/src/physics/physicsCollisionHandler.h @@ -23,7 +23,7 @@ #include "collisionHandlerPusher.h" -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : PhysicsCollisionHandler // Description : A specialized kind of CollisionHandler that simply // pushes back on things that attempt to move into solid diff --git a/panda/src/putil/ioPtaDatagramFloat.h b/panda/src/putil/ioPtaDatagramFloat.h index 56c56512a9..c1c507e363 100644 --- a/panda/src/putil/ioPtaDatagramFloat.h +++ b/panda/src/putil/ioPtaDatagramFloat.h @@ -27,7 +27,7 @@ class Datagram; class DatagramIterator; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : IoPtaDatagramFloat // Description : This class is used to read and write a PTA_float // from a Datagram, in support of Bam. It's not diff --git a/panda/src/putil/ioPtaDatagramInt.h b/panda/src/putil/ioPtaDatagramInt.h index 89b0d9772d..29cf55e25c 100644 --- a/panda/src/putil/ioPtaDatagramInt.h +++ b/panda/src/putil/ioPtaDatagramInt.h @@ -27,7 +27,7 @@ class Datagram; class DatagramIterator; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : IoPtaDatagramInt // Description : This class is used to read and write a PTA_int from a // Datagram, in support of Bam. It's not intended to be diff --git a/panda/src/putil/ioPtaDatagramShort.h b/panda/src/putil/ioPtaDatagramShort.h index 4471651f14..7ffd8d1116 100644 --- a/panda/src/putil/ioPtaDatagramShort.h +++ b/panda/src/putil/ioPtaDatagramShort.h @@ -27,7 +27,7 @@ class Datagram; class DatagramIterator; -/////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////// // Class : IoPtaDatagramShort // Description : This class is used to read and write a PTA_ushort // from a Datagram, in support of Bam. It's not