~tomprogs/gewoopi/trunk

« back to all changes in this revision

Viewing changes to doc/developer.doxyfile

  • Committer: Thomas Geymayer
  • Date: 2009-12-31 15:38:07 UTC
  • Revision ID: tomgey@gmail.com-20091231153807-9833458pgys6ia7j
Cleaned up and improved documentation:
 - Different doxyfiles for developers and users
 - Renamed remaining .h to .hpp
 - Relative paths in doxyfiles instead of absolute

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
26
26
# by quotes) that should identify the project.
27
27
 
28
 
PROJECT_NAME = gewoopi
 
28
PROJECT_NAME = gewoopi - ${ProjDirPath}
29
29
 
30
30
# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
31
31
# This could be handy for archiving the generated documentation or 
32
32
# if some version control system is used.
33
33
 
34
 
PROJECT_NUMBER = devel
 
34
PROJECT_NUMBER = Developer documentation
35
35
 
36
36
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
37
37
# base path where the generated documentation will be put. 
564
564
# directories like "/usr/src/myproject". Separate the files or directories 
565
565
# with spaces.
566
566
 
567
 
INPUT = /home/tom/programming/workspaces/eclipse-workspace/gewoopi/include /home/tom/programming/workspaces/eclipse-workspace/gewoopi/src 
 
567
INPUT = ../include ../src
568
568
 
569
569
# This tag can be used to specify the character encoding of the source files 
570
570
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is