Skip to content

Commit

Permalink
mark documentation as not updated
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Dec 27, 2023
1 parent 88b4921 commit 38b067b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FAQ
# FAQ (NOT UPDATED for Box2D version 3.0)

## What is Box2D?

Expand Down
2 changes: 1 addition & 1 deletion docs/collision.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Collision Module
# Collision Module (NOT UPDATED for Box2D version 3.0)
The Collision module contains shapes and functions that operate on them.
The module also contains a dynamic tree and broad-phase to acceleration
collision processing of large systems.
Expand Down
2 changes: 1 addition & 1 deletion docs/common.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Common Module
# Common Module (NOT UPDATED for Box2D version 3.0)
The Common module contains settings, memory management, and vector math.

## Settings
Expand Down
2 changes: 1 addition & 1 deletion docs/dynamics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dynamics Module
# Dynamics Module (NOT UPDATED for Box2D version 3.0)
The Dynamics module is the most complex part of Box2D and is the part
you likely interact with the most. The Dynamics module sits on top of
the Common and Collision modules, so you should be somewhat familiar
Expand Down
2 changes: 1 addition & 1 deletion docs/hello.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hello Box2D
# Hello Box2D (NOT UPDATED for Box2D version 3.0)
In the distribution of Box2D is a Hello World project. The program
creates a large ground box and a small dynamic box. This code does not
contain any graphics. All you will see is text output in the console of
Expand Down
2 changes: 1 addition & 1 deletion docs/loose_ends.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Loose Ends
# Loose Ends (NOT UPDATED for Box2D version 3.0)

## User Data
The `b2Fixture`, `b2Body`, and `b2Joint` classes allow you to attach user data
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Overview
# Overview (NOT UPDATED for Box2D version 3.0)
Box2D is a 2D rigid body simulation library for games. Programmers can
use it in their games to make objects move in realistic ways and make
the game world more interactive. From the game engine's point of view,
Expand Down
2 changes: 1 addition & 1 deletion docs/testbed.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Testbed
# Testbed (NOT UPDATED for Box2D version 3.0)
Once you have conquered the HelloWorld example, you should start looking
at Box2D's testbed. The testbed is a testing framework and demo
environment. Here are some of the features:
Expand Down

0 comments on commit 38b067b

Please sign in to comment.