Commit 6d48730f authored by Greg Williams's avatar Greg Williams
Browse files

Updaed Doxygen and README to be in sync and add developer page as well

parent 8a9ba771
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ API Documentation
=================

[Kinetic-C API Documentation](http://seagate.github.io/kinetic-c) (generated with Doxygen)
* [Kinetic-C API](http://seagate.github.io/kinetic-c/kinetic__api_8h.html)
* [Kinetic-C types](http://seagate.github.io/kinetic-c/kinetic__api_8h.html)
* [Kinetic-C API](http://seagate.github.io/kinetic-c/kinetic__client_8h.html)
* [Kinetic-C types](http://seagate.github.io/kinetic-c/kinetic__types_8h.html)

Example Client/Test Utility
===========================
+2 −5
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ LOOKUP_CACHE_SIZE = 0
# normally produced when WARNINGS is set to YES.
# The default value is: NO.

EXTRACT_ALL            = NO
EXTRACT_ALL            = YES

# If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
# be included in the documentation.
@@ -754,10 +754,7 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.

INPUT                  = ./include \
                         ./src \
                         ./README.md
                         ./DEVELOP.md
INPUT                  = ./include ./src ./README.md ./DEVELOP.md

# 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