header comment tweaks prior to regex match

This commit is contained in:
Stephen Birarda 2014-04-08 17:19:23 -07:00
parent 220ccdf163
commit f3cbd120ce
9 changed files with 6 additions and 8 deletions

View file

@ -1,4 +1,3 @@
//
// ControllerScriptingInterface.h
// hifi

View file

@ -4,7 +4,7 @@
//
// Created by stojce on 23.10.2013.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
//
#ifndef __hifi__RearMirrorTools__
#define __hifi__RearMirrorTools__

View file

@ -4,6 +4,7 @@
//
// Created by Mohammed Nafees on 03/28/2014.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
//
#ifndef __hifi__RunningScriptsWidget__
#define __hifi__RunningScriptsWidget__

View file

@ -4,7 +4,7 @@
//
// Created by Philip Rosedale on 8/23/12.
// Copyright (c) 2012 High Fidelity, Inc. All rights reserved.
//
//
#ifndef __interface__world__
#define __interface__world__

View file

@ -7,7 +7,6 @@
//
// Various important constants used throughout the system related to voxels
//
//
#ifndef __hifi_OctreeConstants_h__
#define __hifi_OctreeConstants_h__

View file

@ -13,8 +13,7 @@
#include <glm/glm.hpp>
class Plane
{
class Plane {
public:
Plane(const glm::vec3 &v1, const glm::vec3 &v2, const glm::vec3 &v3) { set3Points(v1,v2,v3); }
Plane() : _normal(0,0,0), _point(0,0,0), _dCoefficient(0) {};

View file

@ -7,7 +7,7 @@
//
// The packet headers below refer to the first byte of a received UDP packet transmitted between
// any two Hifi components. For example, a packet whose first byte is 'P' is always a ping packet.
//
//
#ifndef hifi_PacketHeaders_h
#define hifi_PacketHeaders_h

View file

@ -7,6 +7,7 @@
//
// Used to register meta-types with Qt so that they can be used as properties for objects exposed to our
// Agent scripting.
//
#ifndef hifi_RegisteredMetaTypes_h
#define hifi_RegisteredMetaTypes_h

View file

@ -7,7 +7,6 @@
//
// Various important constants used throughout the system related to voxels
//
//
#ifndef __hifi_VoxelConstants_h__
#define __hifi_VoxelConstants_h__