Skip to content

Commit

Permalink
Add support for images in Doxygen, and add two of them.
Browse files Browse the repository at this point in the history
  • Loading branch information
sherm1 committed Mar 6, 2012
1 parent 58c978b commit 2198da4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,10 @@ EXAMPLE_RECURSIVE = NO
# directories that contain image that are included in the documentation (see
# the \image command).

IMAGE_PATH =
IMAGE_PATH = "@PROJECT_SOURCE_DIR@/doc/images" \
"@PROJECT_SOURCE_DIR@/Simbody/doc/images" \
"@PROJECT_SOURCE_DIR@/SimTKmath/doc/images" \
"@PROJECT_SOURCE_DIR@/SimTKcommon/doc/images"

# 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
Expand Down
2 changes: 1 addition & 1 deletion SimTKcommon/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ EXAMPLE_RECURSIVE = NO
# directories that contain image that are included in the documentation (see
# the \image command).

IMAGE_PATH =
IMAGE_PATH = "@PROJECT_SOURCE_DIR@/doc/images"

# 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
Expand Down
2 changes: 1 addition & 1 deletion SimTKmath/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ EXAMPLE_RECURSIVE = NO
# directories that contain image that are included in the documentation (see
# the \image command).

IMAGE_PATH =
IMAGE_PATH = "@PROJECT_SOURCE_DIR@/doc/images"

# 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
Expand Down
2 changes: 2 additions & 0 deletions SimTKmath/Geometry/include/simmath/internal/BicubicSurface.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ class BicubicFunction if you need to satisfy the SimTK::Function interface.
A single BicubicSurface can be shared among multiple accessors and threads
once constructed.
@image html BicubicSurface1.png "A single-patch bicubic surface"
A bicubic surface interpolation is used to approximate the function
between the sample points. That is desirable for simulation use because it is
continuous up to the second derivative, providing smoothly varying first
Expand Down
Binary file added SimTKmath/doc/images/BicubicSurface1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Simbody/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ EXAMPLE_RECURSIVE = NO
# directories that contain image that are included in the documentation (see
# the \image command).

IMAGE_PATH =
IMAGE_PATH = "@PROJECT_SOURCE_DIR@/doc/images"

# 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
Expand Down
2 changes: 2 additions & 0 deletions SimbodyMainpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ specific questions, use the Simbody help forum under the "Advanced" tab.
You can also file bug reports and make feature requests using the tools
provided there.
@image html isaac.png "Our hero, Sir Isaac Newton"
<h2>What is Simbody?</h2>
Simbody is a high-performance, industrial-grade open source C++ library
providing sophisticated treatment of articulated multibody systems with special
Expand Down
Binary file added doc/images/isaac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2198da4

Please sign in to comment.