Formatting fixes to documentation
This commit is contained in:
@@ -29,12 +29,9 @@ In the base directory, run
|
||||
3. `cmake ..`
|
||||
4. `make -j`
|
||||
|
||||
> **Optional:** Documentation can be generated by running `doxygen` in the base directory. The
|
||||
generated documentation can be found in `doc/doxygen`.
|
||||
> **Optional:** Documentation can be generated by running `doxygen` in the base directory. Generated documentation can be found in `doc/doxygen`.
|
||||
|
||||
> **Tip:** The library is configured by passing [options](#markdown-header-cmake-options) to CMake with `-D[option]=[ON|OFF]`.
|
||||
For example, double precision can be enabled by calling `cmake -DBUILD_DOUBLE_PRECISION=ON ..`.
|
||||
See [CMakeLists.txt](https://bitbucket.org/jpekkila/astaroth/src/master/CMakeLists.txt) for an up-to-date list of options.
|
||||
> **Tip:** The library is configured by passing [options](#markdown-header-cmake-options) to CMake with `-D[option]=[ON|OFF]`. For example, double precision can be enabled by calling `cmake -DBUILD_DOUBLE_PRECISION=ON ..`. See [CMakeLists.txt](https://bitbucket.org/jpekkila/astaroth/src/master/CMakeLists.txt) for an up-to-date list of options.
|
||||
|
||||
> **Note:** CMake will inform you if there are missing dependencies.
|
||||
|
||||
|
Reference in New Issue
Block a user