Browse Source

Fixed doxygen documentation issue: removed spurious duplicate of juce::Box2DRenderer in class list.

tags/2021-05-28
Timur Doumler 10 years ago
parent
commit
e77902b5d7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_box2d/juce_box2d.h

+ 2
- 0
modules/juce_box2d/juce_box2d.h View File

@@ -30,9 +30,11 @@
#include "box2d/Box2D.h"
#ifndef DOXYGEN // for some reason, Doxygen sees this as a re-definition of Box2DRenderer
namespace juce
{
#include "utils/juce_Box2DRenderer.h"
}
#endif // DOXYGEN
#endif // JUCE_BOX2D_H_INCLUDED

Loading…
Cancel
Save