YouTubeDownloader v1.1.2
YouTube content downloader
Loading...
Searching...
No Matches
Documentation.DoxygenCreator.create_doxygen Namespace Reference

Variables

 args = get_cmd_args()
 
 doxygen_creator = DoxygenCreator(S_REPO_LINK)
 
list l_exclude_pattern = [".venv"]
 
list l_file_pattern = [S_PYTHON_PATTERN, "*.md", "*.bat", "*.pyproject", "*.iss", "*.yml", "*.txt"]
 
str S_REPO_LINK = "https://github.com/timounger/YouTubeDownloader"
 

Detailed Description


Variable Documentation

◆ args

args = get_cmd_args()

Definition at line 27 of file create_doxygen.py.

◆ doxygen_creator

doxygen_creator = DoxygenCreator(S_REPO_LINK)

Definition at line 28 of file create_doxygen.py.

◆ l_exclude_pattern

list l_exclude_pattern = [".venv"]

Definition at line 36 of file create_doxygen.py.

◆ l_file_pattern

list l_file_pattern = [S_PYTHON_PATTERN, "*.md", "*.bat", "*.pyproject", "*.iss", "*.yml", "*.txt"]

Definition at line 38 of file create_doxygen.py.

◆ S_REPO_LINK

str S_REPO_LINK = "https://github.com/timounger/YouTubeDownloader"

Definition at line 23 of file create_doxygen.py.