forked from mia/Aegisub
Fix Doxygen for avisynth_wrap.
Originally committed to SVN as r3350.
This commit is contained in:
parent
0fe2c476a4
commit
332168f596
2 changed files with 2 additions and 9 deletions
|
@ -69,17 +69,10 @@ void DoAvsTrace(const wxString &s)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
// Allocate storage for and initialise static members
|
||||||
/// DOCME
|
|
||||||
int AviSynthWrapper::avs_refcount = 0;
|
int AviSynthWrapper::avs_refcount = 0;
|
||||||
|
|
||||||
/// DOCME
|
|
||||||
HINSTANCE AviSynthWrapper::hLib = NULL;
|
HINSTANCE AviSynthWrapper::hLib = NULL;
|
||||||
|
|
||||||
/// DOCME
|
|
||||||
IScriptEnvironment *AviSynthWrapper::env = NULL;
|
IScriptEnvironment *AviSynthWrapper::env = NULL;
|
||||||
|
|
||||||
/// DOCME
|
|
||||||
wxMutex AviSynthWrapper::AviSynthMutex;
|
wxMutex AviSynthWrapper::AviSynthMutex;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/wxprec.h>
|
#include <wx/wxprec.h>
|
||||||
|
|
||||||
#ifdef __WINDOWS__
|
#ifdef WITH_AVISYNTH
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include "avisynth.h"
|
#include "avisynth.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue