diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-01 13:54:37 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-01 13:54:37 -0700 |
commit | 23863e4c86a99381c1bd83e76c9055b10a8bf6c4 (patch) | |
tree | f364add71ce3e5947c8a4117318492f1feb8c160 /docs/documentation.md | |
parent | 9f2970caec897c40b91bd010c04dfe1f19d11108 (diff) | |
download | pdfium-23863e4c86a99381c1bd83e76c9055b10a8bf6c4.tar.xz |
Starting to add some documentation.
This CL adds the beginnings of a Geting Started document for PDFium and adds
the navbar.md file to get navigation on the markdown files when rendered by
Gitiles.
Review URL: https://codereview.chromium.org/1840793002
Diffstat (limited to 'docs/documentation.md')
-rw-r--r-- | docs/documentation.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/documentation.md b/docs/documentation.md deleted file mode 100644 index ec91065489..0000000000 --- a/docs/documentation.md +++ /dev/null @@ -1,10 +0,0 @@ -# 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 https://chromium.googlesource.com/chromium/src/+/master/pdf/. |