[MOAB-dev] commit/MOAB: iulian07: use \image for included figures
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Tue Jul 30 13:09:26 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/8018f9a7138b/
Changeset: 8018f9a7138b
Branch: master
User: iulian07
Date: 2013-07-30 20:07:01
Summary: use \image for included figures
according to doxygen documentation, the \image command and IMAGE_PATH
should be used to specify the location of figures.
doxygen will then copy the files in the html folder
Affected #: 2 files
diff --git a/doc/DG/moabDG.h b/doc/DG/moabDG.h
index ed23052..32d7fe1 100644
--- a/doc/DG/moabDG.h
+++ b/doc/DG/moabDG.h
@@ -29,7 +29,7 @@
\section sequence EntitySequence & SequenceData
\subsection figure1 Figure 1: EntitySequences For One SequenceData
- <img src="../DG/figure1.jpg">
+ \image html figure1.jpg
\ref dg-figures "List of Figures"
@@ -108,7 +108,7 @@ enforces the following four rules on its contained data:
.
\subsection figure2 Figure 2: SequenceManager and Related Classes
- <img src="../DG/figure2.jpg">
+ \image html figure2.jpg
\ref dg-figures "List of Figures"
@@ -187,7 +187,7 @@ than is required at a given time for contained objects.
- MeshSet
\subsection figure3 Figure 3: SequenceManager and Related Classes
- <img src="../DG/figure3.jpg">
+ \image html figure3.jpg
\ref dg-figures "List of Figures"
diff --git a/doc/user.dox.in b/doc/user.dox.in
index adb22ef..07f707f 100644
--- a/doc/user.dox.in
+++ b/doc/user.dox.in
@@ -359,7 +359,7 @@ EXAMPLE_PATTERNS =
# directories that contain image that are included in the documentation (see
# the \image command).
-IMAGE_PATH =
+IMAGE_PATH = @top_srcdir@/doc/DG/
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list