Merge pull request #421 from MeVitae/doxygen-docs

Doxygen docs
This commit is contained in:
Eliot Jones
2022-03-15 11:06:36 -04:00
committed by GitHub
3 changed files with 2664 additions and 0 deletions

2
.gitignore vendored
View File

@@ -245,3 +245,5 @@ _Pvt_Extensions
/src/test-results.xml /src/test-results.xml
/tools/benchmark /tools/benchmark
/tools/ConsoleRunner/Properties/launchSettings.json /tools/ConsoleRunner/Properties/launchSettings.json
/docs/doxygen

View File

@@ -299,6 +299,10 @@ You can merge 2 or more existing PDF files using the `PdfMerger` class:
var resultFileBytes = PdfMerger.Merge(filePath1, filePath2); var resultFileBytes = PdfMerger.Merge(filePath1, filePath2);
File.WriteAllBytes(@"C:\pdfs\outputfilename.pdf", resultFileBytes); 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 ## Issues
Please do file an issue if you encounter a bug. Please do file an issue if you encounter a bug.

2658
doxygen-docs Normal file

File diff suppressed because it is too large Load Diff