diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-09-22 08:50:20 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-09-22 08:50:20 -0700 |
commit | 61327fe3c46b73141b4c885a98e97cd5d1412aba (patch) | |
tree | f07c021a88138c12d42296ca71aac74373f1c481 /docs/documentation.md | |
parent | bca779d0957965eb2ebfad5479e0894844749626 (diff) | |
download | pdfium-61327fe3c46b73141b4c885a98e97cd5d1412aba.tar.xz |
[Docs] Add wiki content to Markdown docs
BUG=none
R=tsepez@chromium.org, jam@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/1356323002 .
Diffstat (limited to 'docs/documentation.md')
-rw-r--r-- | docs/documentation.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/documentation.md b/docs/documentation.md new file mode 100644 index 0000000000..8efc46ce43 --- /dev/null +++ b/docs/documentation.md @@ -0,0 +1,10 @@ +# Introduction + +For API documentation, see +http://cdn01.foxitsoftware.com/pub/foxit/manual/enu/FoxitPDF_SDK20_Guide.pdf + +You can search the source code through +https://code.google.com/p/chromium/codesearch#search/&q=file:third_party/pdfium&sq=package:chromium&type=cs + +A sample consumer of this library is Chromium's PDF plugin. You can see the +source for it at http://src.chromium.org/viewvc/chrome/trunk/src/pdf/ |