~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/epetraext/doc/DoxyfileWeb

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme, Johannes Ring
  • Date: 2009-12-13 12:53:22 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091213125322-in0nrdjc55deqsw9
Tags: 10.0.3.dfsg-1
[Christophe Prud'homme]
* New upstream release

[Johannes Ring]
* debian/patches/libname.patch: Add prefix 'libtrilinos_' to all
  libraries. 
* debian/patches/soname.patch: Add soversion to libraries.
* debian/watch: Update download URL.
* debian/control:
  - Remove python-numeric from Build-Depends (virtual package).
  - Remove automake and autotools from Build-Depends and add cmake to
    reflect switch to CMake.
  - Add python-support to Build-Depends.
* debian/rules: 
  - Cleanup and updates for switch to CMake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Doxyfile 1.3.9.1
 
2
 
 
3
@INCLUDE               = ../../common/Doxyfile
 
4
@INCLUDE               = ./Doxyfile.options
 
5
 
 
6
############################################################################
 
7
# TRILINOS PACKAGE DEVELOPERS:
 
8
#
 
9
# Use this Doxyfile in Trilinos/packages/YOUR_PACKAGE/doc to control the
 
10
# way in which your documentation is generated.  If you would like to be
 
11
# provided with reasonable default behavior, leave intact the above
 
12
# @INCLUDE. To modify the default behavior, simply include below the
 
13
# option you would like to overwrite (or use += to append more to the
 
14
# default). 
 
15
#
 
16
# To reference the documentation of another package with a doxygen tag
 
17
# file, include something like the following:
 
18
#
 
19
# TAGFILES  = ../../common/tag_files/epetra.tag=../../../epetra/doc/html
 
20
#
 
21
# (Note that the first path must be the relative path from your Doxyfile
 
22
# to the tag file in question and the second path must be the relative
 
23
# path from your Doxyfile to the "html/" directory corresponding to that
 
24
# tag file.)
 
25
#
 
26
# - To view the explanation of an option, run 
 
27
#
 
28
#     doxygen -g COMMENTED_DOXYFILE_NAME
 
29
#     (open COMMENTED_DOXYFILE_NAME)
 
30
#
 
31
#   or visit http://www.stack.nl/~dimitri/doxygen/config.html
 
32
#
 
33
# - To use this Doxyfile locally to generate your documentation and 
 
34
#   iteratively develop it:
 
35
#
 
36
#     (document your source)
 
37
#     cd Trilinos/packages/YOUR_PACKAGE/doc
 
38
#     (modify this Doxyfile as needed)
 
39
#     doxygen DoxyfileWeb 
 
40
#     (open Trilinos/packages/YOUR_PACKAGE/doc/html/index.html)
 
41
#
 
42
############################################################################
 
43
 
 
44
PROJECT_NAME           = EpetraExt
 
45
 
 
46
INPUT                  =  index.doc ../src ../example/model_evaluator
 
47
 
 
48
#EXAMPLE_PATH           = ../example ../example/matlab/cxx_main.cpp matlab.README
 
49
EXAMPLE_PATH           = ../../aztecoo/example/AztecOO_MatlabInput/cxx_main.cpp ../../trilinoscouplings/examples/epetraext/EpetraExt_petsc.cpp
 
50
 
 
51
TAGFILES               = ../../common/tag_files/epetra.tag=../../../epetra/doc/html
 
52
 
 
53
GENERATE_TAGFILE       = ../../common/tag_files/epetraext.tag
 
54
 
 
55
PREDEFINED             += HAVE_EPETRAEXT_HDF5