I am trying to document my Python code using doxygen but some files are there which doesn't have python class structure they just have some python functions, so that .py files is not getting documented in doxygen.
Below is the config file:
PROJECT_NAME = "E-comm sale"
OUTPUT_DIRECTORY = ./output
INPUT = ./cars/auto
FILE_PATTERNS = *.py \
RECURSIVE = YES
GENERATE_HTML = YES
HTML_FILE_EXTENSION = .html
EXTRACT_ALL = YES