Public Member Functions | |
def | __init__ (self, name, package, preceding_comments) |
def | AddOption (self, option_type, name, comments) |
def | AddTrailingComments (self, comments) |
Public Attributes | |
name | |
options | |
package | |
preceding_comments | |
trailing_comments | |
Definition at line 51 of file update_configuration_doc.py.
def update_configuration_doc.Message.__init__ | ( | self, | |
name, | |||
package, | |||
preceding_comments | |||
) |
Definition at line 52 of file update_configuration_doc.py.
def update_configuration_doc.Message.AddOption | ( | self, | |
option_type, | |||
name, | |||
comments | |||
) |
Definition at line 62 of file update_configuration_doc.py.
def update_configuration_doc.Message.AddTrailingComments | ( | self, | |
comments | |||
) |
Definition at line 59 of file update_configuration_doc.py.
update_configuration_doc.Message.name |
Definition at line 53 of file update_configuration_doc.py.
update_configuration_doc.Message.options |
Definition at line 57 of file update_configuration_doc.py.
update_configuration_doc.Message.package |
Definition at line 54 of file update_configuration_doc.py.
update_configuration_doc.Message.preceding_comments |
Definition at line 55 of file update_configuration_doc.py.
update_configuration_doc.Message.trailing_comments |
Definition at line 56 of file update_configuration_doc.py.