eric7.eric7_doc

eric Documentation Generator.

This is the main Python script of the documentation generator. It is this script that gets called via the source documentation interface. This script can be used via the commandline as well.

Global Attributes

supportedExtensions

Classes

None

Functions

createArgumentParser Function to create an argument parser.
main Main entry point into the application.


createArgumentParser

createArgumentParser()

Function to create an argument parser.

Return:
created argument parser object
Return Type:
argparse.ArgumentParser
Up


main

main()

Main entry point into the application.

Up