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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue