Regenerated the source documentation with the corrected module parser.
# -*- coding: utf-8 -*-
# Copyright (c) 2003 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the source code documentation tools.
"""
supportedExtensionsDictForApis = {
"Python3": [".py", ".pyw", ".py3", ".pyw3", ".pyi"],
"Ruby": [".rb"],
}