documentation updates

metadata
Wenzel Jakob 2011-08-19 13:53:26 -04:00
parent 8bca25f504
commit d0e9e2d0ac
2 changed files with 2 additions and 2 deletions

View File

@ -590,7 +590,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = include/mitsuba/core include/mitsuba/render doc/doxyfiles
INPUT = include/mitsuba/core include/mitsuba/render include/mitsuba/hw include/mitsuba/bidir doc/doxyfiles
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is

View File

@ -25,7 +25,7 @@
MTS_NAMESPACE_BEGIN
/**
* Process for parallel photon map construction
* \brief Process for parallel photon map construction
*
* Given a number and type (surface/caustic/volume) of photons, this
* class distributes the work over an arbitrary number of machines.