From bc59aeb960e2c7824eb64d7296af95c23294083f Mon Sep 17 00:00:00 2001 From: Jacob O'Toole Date: Tue, 15 Feb 2022 12:00:20 +0000 Subject: [PATCH] Update README to include doxygen instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d10d5516..9a0e0b7d 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,10 @@ You can merge 2 or more existing PDF files using the `PdfMerger` class: var resultFileBytes = PdfMerger.Merge(filePath1, filePath2); File.WriteAllBytes(@"C:\pdfs\outputfilename.pdf", resultFileBytes); +## API Reference + +If you wish to generate doxygen documentation, run `doxygen doxygen-docs` and open `docs/doxygen/html/index.html`. + ## Issues Please do file an issue if you encounter a bug.