This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
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
0bc3388d2b
commit
e77902b5d7
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save