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:
Mark de Wever 2009-03-08 10:24:50 +00:00
parent 794c180703
commit 577976fbf5

View file

@ -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)