OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
8ec23f04525268032e939e47e3e36fe480e2e608
Authored by
m-holger
2023-06-25 12:14:14 +0100
1 parent
2ff7ac8a
Add doxygen files to .gitignore
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
.gitignore
libqpdf/qpdf/JSONHandler.hh
.gitignore
View file @
8ec23f0
...
...
@@ -6,3 +6,5 @@ appimage/build
6
6
/distribution/
7
7
.cache
8
8
/.idea
9
+/html
10
+Doxyfile
...
...
libqpdf/qpdf/JSONHandler.hh
View file @
8ec23f0
...
...
@@ -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;
...
...