Skip to content

Commit

Permalink
Merge pull request #5 from kks32/docs
Browse files Browse the repository at this point in the history
Move Doxyfile to root directory and set HTML output to `docs` folder. Fixes #4
  • Loading branch information
pnav authored Mar 25, 2019
2 parents 5fc899b + 48a8c31 commit 031bf2f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/sampler/Sampler.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@

#pragma once

/*! \file Sampler.h
\brief Initial class for ray-based sampling
\ingroup applications
This is the initial class that abstracts the operation of galaxy from
ray-based renderer to ray-based sampler.
At the moment the design is simply to take over some of the operations
of the renderer and create samples instead of pixels. A more thorough
discussion will follow as the design is worked out.
*/
/*!
* This is the initial class that abstracts the operation of galaxy from
* ray-based renderer to ray-based sampler.
*
* At the moment the design is simply to take over some of the operations
* of the renderer and create samples instead of pixels. A more thorough
* discussion will follow as the design is worked out.
* \file Sampler.h
* \brief Initial class for ray-based sampling
* \ingroup applications
*/

#include <vector>

Expand Down

0 comments on commit 031bf2f

Please sign in to comment.