Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danaugrs committed Jul 29, 2018
1 parent e3081d4 commit fc88461
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion experimental/collision/collision.go
Expand Up @@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Package collision implements collision related algorithms and data structures.
package collision

import "github.com/g3n/engine/geometry"
Expand Down
7 changes: 7 additions & 0 deletions experimental/collision/doc.go
@@ -0,0 +1,7 @@
// Copyright 2016 The G3N Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Package collision implements collision related algorithms and data structures.
// WARNING: This package is experimental and incomplete!
package collision
1 change: 0 additions & 1 deletion experimental/physics/doc.go
Expand Up @@ -5,4 +5,3 @@
// Package physics implements a basic physics engine.
// WARNING: This package is experimental and incomplete!
package physics

0 comments on commit fc88461

Please sign in to comment.