|
a/doc/Doxyfile |
|
b/doc/Doxyfile |
|
... |
|
... |
36 |
|
36 |
|
37 |
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
|
37 |
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
|
38 |
# could be handy for archiving the generated documentation or if some version
|
38 |
# could be handy for archiving the generated documentation or if some version
|
39 |
# control system is used.
|
39 |
# control system is used.
|
40 |
|
40 |
|
41 |
PROJECT_NUMBER = 0.15.2
|
41 |
PROJECT_NUMBER = 0.16.0
|
42 |
|
42 |
|
43 |
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
43 |
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
44 |
# for a project that appears at the top of each page and should give viewer a
|
44 |
# for a project that appears at the top of each page and should give viewer a
|
45 |
# quick idea about the purpose of the project. Keep the description short.
|
45 |
# quick idea about the purpose of the project. Keep the description short.
|
46 |
|
46 |
|
47 |
PROJECT_BRIEF =
|
47 |
PROJECT_BRIEF = A C++ wrapper for the Portable UPnP reference library
|
48 |
|
48 |
|
49 |
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
|
49 |
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
|
50 |
# the documentation. The maximum height of the logo should not exceed 55 pixels
|
50 |
# the documentation. The maximum height of the logo should not exceed 55 pixels
|
51 |
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
|
51 |
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
|
52 |
# to the output directory.
|
52 |
# to the output directory.
|
|
... |
|
... |
751 |
# documented source files. You may enter file names like myfile.cpp or
|
751 |
# documented source files. You may enter file names like myfile.cpp or
|
752 |
# directories like /usr/src/myproject. Separate the files or directories with
|
752 |
# directories like /usr/src/myproject. Separate the files or directories with
|
753 |
# spaces.
|
753 |
# spaces.
|
754 |
# Note: If this tag is empty the current directory is searched.
|
754 |
# Note: If this tag is empty the current directory is searched.
|
755 |
|
755 |
|
756 |
INPUT = ../libupnpp
|
756 |
INPUT = Intro.dox ../libupnpp
|
757 |
|
757 |
|
758 |
# This tag can be used to specify the character encoding of the source files
|
758 |
# This tag can be used to specify the character encoding of the source files
|
759 |
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
759 |
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
760 |
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
|
760 |
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
|
761 |
# documentation (see: http://www.gnu.org/software/libiconv) for the list of
|
761 |
# documentation (see: http://www.gnu.org/software/libiconv) for the list of
|