Browse Source

Doc++

pull/225/head
Vladimír Vondruš 8 years ago
parent
commit
0814f3b148
  1. 11
      doc/building.dox

11
doc/building.dox

@ -341,9 +341,9 @@ in root directory (i.e. where `Doxyfile` is). Resulting HTML documentation
will be in `build/doc/` directory. You might need to create `build/` directory will be in `build/doc/` directory. You might need to create `build/` directory
if it doesn't exist yet. If Corrade with generated documentation is placed in if it doesn't exist yet. If Corrade with generated documentation is placed in
`corrade` directory next to `magnum`, the documentation will be crosslinked `corrade` directory next to `magnum`, the documentation will be crosslinked
with Corrade's one. If related projects (`magnum-plugins`, `magnum-integration` with Corrade's one. If related projects (`magnum-plugins`, `magnum-extras`,
and `magnum-examples`, see below) are places along these, their documentation `magnum-integration` and `magnum-examples`, see below) are places along these,
will be also included in generated output. their documentation will be also included in generated output.
The documentation can be also generated using the [m.css Doxygen theme](http://mcss.mosra.cz/doxygen/). The documentation can be also generated using the [m.css Doxygen theme](http://mcss.mosra.cz/doxygen/).
Use `Doxyfile-mcss` for local build, the `Doxyfile-public` is meant for the Use `Doxyfile-mcss` for local build, the `Doxyfile-public` is meant for the
@ -356,8 +356,9 @@ Additional functionality, often depending on external libraries, is provided in
separate repositories. Various importer plugins for image, audio and 3D model separate repositories. Various importer plugins for image, audio and 3D model
formats are maintained in @ref building-plugins "Plugins repository", formats are maintained in @ref building-plugins "Plugins repository",
integration with various external math and physics libraries is provided by integration with various external math and physics libraries is provided by
@ref building-integration "Integration library" and other extra features are @ref building-integration "Integration libraries" and other extra features are
in the @ref building-extras "Extras library". in the @ref building-extras "Extra libraries". Various examples are provided
by the @ref building-examples "Examples repository".
@section building-packages Prepared packages @section building-packages Prepared packages

Loading…
Cancel
Save