mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 09:33:24 +00:00
Wiki comment can also be in header files.
This is somewhat uncommon, but there are some private headers with comment.
This commit is contained in:
parent
794c180703
commit
577976fbf5
@ -393,7 +393,7 @@ if __name__ == "__main__":
|
||||
|
||||
if(os.path.isdir(dir + "/" + item)):
|
||||
process_directory(dir + "/" + item)
|
||||
elif(item.endswith(".cpp")):
|
||||
elif(item.endswith(".cpp") or item.endswith(".hpp")):
|
||||
process_file(dir + "/" + item)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user