Fix Doxygen for avisynth_wrap.

Originally committed to SVN as r3350.
This commit is contained in:
Niels Martin Hansen 2009-08-01 03:41:42 +00:00
parent 0fe2c476a4
commit 332168f596
2 changed files with 2 additions and 9 deletions

View File

@ -69,17 +69,10 @@ void DoAvsTrace(const wxString &s)
#endif
/// DOCME
// Allocate storage for and initialise static members
int AviSynthWrapper::avs_refcount = 0;
/// DOCME
HINSTANCE AviSynthWrapper::hLib = NULL;
/// DOCME
IScriptEnvironment *AviSynthWrapper::env = NULL;
/// DOCME
wxMutex AviSynthWrapper::AviSynthMutex;

View File

@ -45,7 +45,7 @@
// Headers
#include <wx/wxprec.h>
#ifdef __WINDOWS__
#ifdef WITH_AVISYNTH
#include <windows.h>
#include "avisynth.h"