Skip to content

Commit

Permalink
Doxygen sym fix (#505)
Browse files Browse the repository at this point in the history
* Add doxygen gen for syms fix
  • Loading branch information
MegaMech committed Dec 24, 2023
1 parent bd32f31 commit 141c9a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/doxygen_symbol_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ def process_map_file(map_file_path):


if __name__ == "__main__":
map_file_path = "../build/us/mk64.us.map"
map_file_path = "build/us/mk64.us.map"
doxygen_formatted_content = process_map_file(map_file_path)

# Specify the output file path
output_file_path = "doxygen_syms.txt"
output_file_path = "tools/doxygen_syms.txt"

# Write the result to the output file
with open(output_file_path, 'w') as output_file:
Expand Down

0 comments on commit 141c9a0

Please sign in to comment.