YouTubeDownloader v1.1.2
YouTube content downloader
Loading...
Searching...
No Matches
create_documentation.bat
Go to the documentation of this file.
1:: create Doxygen documentation
2
3@echo off
4cd DoxygenCreator
5rmdir /s/q "Output_Doxygen"
6..\..\.venv\Scripts\python create_doxygen.py -o True
7pause