Commit 8ec23f04525268032e939e47e3e36fe480e2e608

Authored by m-holger
1 parent 2ff7ac8a

Add doxygen files to .gitignore

.gitignore
... ... @@ -6,3 +6,5 @@ appimage/build
6 6 /distribution/
7 7 .cache
8 8 /.idea
  9 +/html
  10 +Doxyfile
... ...
libqpdf/qpdf/JSONHandler.hh
... ... @@ -53,7 +53,6 @@ class JSONHandler
53 53  
54 54 static void usage(std::string const& msg);
55 55  
56   -
57 56 class Members;
58 57  
59 58 std::unique_ptr<Members> m;
... ...