documentation update for tag 0.5.0
Description
Preliminary documentation was provided as a pdf to a customer through Leeman on 4/14/17. This merge request pulls the changes back into the main development path. The documentation was for tag 0.5.0 (the closest tag to the version of the Client currently used by research customers).
To build and view the pdf (note that pdflatex must be run twice):
cd proficio-client-lib-csharp
doxygen
cd doc/doxygen/latex/
pdflatex refman.tex
pdflatex refman.tex
evince refman.pdf
What to focus on
All changes. Also check that everything is still accurate for the latest version of the client.
Reviewers
Resources
Using a custom LaTeX header with Doxygen: http://stackoverflow.com/questions/16211207/remove-generated-by-doxygen-and-timestamp-in-pdf
This is the version that was sent to the customer: BURT_User_Guide_0-5-0.pdf
Issues
What issues does this fix?
Partially addresses #22