Commit e51a1948b2fc90d4bf32ad6f130e7dd9bdd1c7f7

Authored by Jay Berkenbilt
Committed by GitHub
2 parents b8f20fe3 8ec23f04

Merge pull request #999 from m-holger/doxy

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