Merge "Build and package Layer Management service binaries." into tizen
[profile/ivi/layer-management.git] / Doxyfile
index 28e2c93..76f3cdf 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -26,13 +26,13 @@ DOXYFILE_ENCODING      = UTF-8
 # identify the project. Note that if you do not use Doxywizard you need
 # to put quotes around the project name if it contains spaces.
 
-PROJECT_NAME           = "GENIVI LayerManagement 0.9.9"
+PROJECT_NAME           = "IVI LayerManagement 1.0"
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = "ivi-layer-management_version_0_9_9"
+PROJECT_NUMBER         = "1_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
@@ -609,7 +609,7 @@ QUIET                  = YES
 # generated by doxygen. Possible values are YES and NO. If left blank
 # NO is used.
 
-WARNINGS               = NO
+WARNINGS               = YES
 
 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
@@ -630,7 +630,7 @@ WARN_IF_DOC_ERROR      = YES
 # wrong or incomplete parameter documentation, but not about the absence of
 # documentation.
 
-WARN_NO_PARAMDOC       = NO
+WARN_NO_PARAMDOC       = YES
 
 # The WARN_FORMAT tag determines the format of the warning messages that
 # doxygen can produce. The string should contain the $file, $line, and $text
@@ -693,7 +693,8 @@ RECURSIVE              = YES
 
 EXCLUDE                = 3rdParty \
                          LayerManagerPlugins \
-                         LayerManagerUtils
+                         LayerManagerUtils \
+                         LayerManagerExamples
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded