In order to generate the documentation of Eigen, please follow these steps:
cmake /path/to/source/directory
make docor, if you have two CPUs,
make doc -j2Note that this will compile the examples, run them, and integrate their output into the documentation, which can take some time.
After doing that, you will find the HTML documentation in the doc/html/ subdirectory of the build directory.