mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-17 18:15:09 +00:00
Merge pull request #999 from m-holger/doxy
Add doxygen files to .gitignore
This commit is contained in:
commit
e51a1948b2
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@ appimage/build
|
|||||||
/distribution/
|
/distribution/
|
||||||
.cache
|
.cache
|
||||||
/.idea
|
/.idea
|
||||||
|
/html
|
||||||
|
Doxyfile
|
||||||
|
@ -53,7 +53,6 @@ class JSONHandler
|
|||||||
|
|
||||||
static void usage(std::string const& msg);
|
static void usage(std::string const& msg);
|
||||||
|
|
||||||
|
|
||||||
class Members;
|
class Members;
|
||||||
|
|
||||||
std::unique_ptr<Members> m;
|
std::unique_ptr<Members> m;
|
||||||
|
Loading…
Reference in New Issue
Block a user