How to process C++ header files with the ".hpp" extension?

0 votes
asked Apr 27, 2018 in Question / help by Pietro M.
If I put PlantUML directives in a C++ header with ".h" extension, it works successfully. If the extension is ".hpp", the header is ignored.

Is it possible to configure PlantUML so that it processes header files with different extensions (.h, .hpp, .h++, .hh, ...)?

1 Answer

0 votes
answered Apr 30, 2018 by plantuml (295,000 points)
 
Best answer
If you are using the Gui ( http://plantuml.com/gui ) you can edit "File extension" area and add hpp hh.
...