forked from Imagelibrary/seL4
manual: remove gen_invocations.py unused functions
This commit is contained in:
@@ -118,27 +118,6 @@ def process_args():
|
||||
|
||||
return parser
|
||||
|
||||
def gen_header(output_file):
|
||||
"""
|
||||
Writes the header
|
||||
"""
|
||||
|
||||
output_file.write("""
|
||||
/**
|
||||
* @defgroup ObjectInvocations Object Invocations
|
||||
* @{
|
||||
*/
|
||||
""")
|
||||
|
||||
def gen_footer(output_file):
|
||||
"""
|
||||
Writes the footer
|
||||
"""
|
||||
|
||||
output_file.write("""
|
||||
/** @} */
|
||||
""")
|
||||
|
||||
def main():
|
||||
parser = process_args()
|
||||
args = parser.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user