1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

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

This commit is contained in:
Timur Doumler 2015-07-21 18:31:29 +01:00
parent 0bc3388d2b
commit e77902b5d7

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