diff doc/doxygen/Doxyfile.in @ 86:39fe49d294c8

Docs: add lot of doxygen documentation, #453
author David Demelier <markand@malikania.fr>
date Tue, 05 Apr 2016 23:01:35 +0200
parents 1158cffe5a5e
children b0909b31eccb
line wrap: on
line diff
--- a/doc/doxygen/Doxyfile.in	Mon Apr 04 22:34:41 2016 +0200
+++ b/doc/doxygen/Doxyfile.in	Tue Apr 05 23:01:35 2016 +0200
@@ -43,7 +43,7 @@
 # for a project that appears at the top of each page and should give viewer a
 # quick idea about the purpose of the project. Keep the description short.
 
-PROJECT_BRIEF          =
+PROJECT_BRIEF          = "IRC Client Daemon"
 
 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
 # the documentation. The maximum height of the logo should not exceed 55 pixels
@@ -143,7 +143,7 @@
 # will be relative from the directory where doxygen is started.
 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
 
-STRIP_FROM_PATH        = @DOXYGEN_INPUT@
+STRIP_FROM_PATH        = @DOXYGEN_INPUT@/lib
 
 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
 # path mentioned in the documentation of a class, which tells the reader which
@@ -742,9 +742,7 @@
 # spaces.
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = @DOXYGEN_INPUT@/irccd \
-			 @DOXYGEN_INPUT@/irccdctl \
-			 @DOXYGEN_INPUT@/common
+INPUT                  = @DOXYGEN_INPUT@/lib
 
 # 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
@@ -764,7 +762,7 @@
 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
 # *.qsf, *.as and *.js.
 
-FILE_PATTERNS          =
+FILE_PATTERNS          = *.h
 
 # The RECURSIVE tag can be used to specify whether or not subdirectories should
 # be searched for input files as well.
@@ -779,7 +777,7 @@
 # Note that relative paths are relative to the directory from which doxygen is
 # run.
 
-EXCLUDE                =
+EXCLUDE                = lib/irccd/server-private.h
 
 # 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