Skip to content

Commit

Permalink
Update doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Todd committed Aug 26, 2016
1 parent 5d9e08a commit 82dc7ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doxyfile
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Pyramid Technologies .NET RS-232 API"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.0.0
PROJECT_NUMBER = 1.3.8.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand All @@ -51,14 +51,14 @@ PROJECT_BRIEF = "RS-232 Bill Acceptor API for Pyramid Bill Validators"
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.

PROJECT_LOGO = C:\_refFirmwares\Pyramid-CSharp-API-Source\api_thumb_small.png
PROJECT_LOGO = api_thumb_small.png

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY = C:\_refFirmwares\Pyramid-CSharp-API-Source\docs
OUTPUT_DIRECTORY = docs

# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
Expand Down Expand Up @@ -775,7 +775,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = C:\_refFirmwares\Pyramid-CSharp-API-Source\Apex7000_BillValidator
INPUT = Apex7000_BillValidator

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,18 @@ into their system. Get up and running quickly without having to worry about the
PyramidNETRS232 is available on NuGet

Install-Package PyramidNETRS232

## New Features

* Pause and Resume acceptor

We have found that a lot of developers prefer to start and stop the bill acceptor between sessions. We have made
this even easier by adding simple ResumeAcceptance and PauseAcceptance methods.

* Update configuration at runtime.

Previously, the configuratoin for an acceptor was set for the life of the connection. This can now
be changed on the fly via the Config property of your ApexValidator instance.

## Important
If you are using an Apex 7000 or Spectra, please make sure that all of your dip switches are in the off position. The unit msust be in RS-232 mode to use this library. For more information about configuration, please see our [faq](http://pyramidacceptors.com/support/faq/).
Expand Down

0 comments on commit 82dc7ba

Please sign in to comment.