documentation updates
parent
8bca25f504
commit
d0e9e2d0ac
|
@ -590,7 +590,7 @@ WARN_LOGFILE =
|
||||||
# directories like "/usr/src/myproject". Separate the files or directories
|
# directories like "/usr/src/myproject". Separate the files or directories
|
||||||
# with spaces.
|
# 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
|
# 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
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
MTS_NAMESPACE_BEGIN
|
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
|
* Given a number and type (surface/caustic/volume) of photons, this
|
||||||
* class distributes the work over an arbitrary number of machines.
|
* class distributes the work over an arbitrary number of machines.
|
||||||
|
|
Loading…
Reference in New Issue