Browse Source

Document Doxygen's inability to create full path, if it doesn't exist.

vectorfields
Vladimír Vondruš 14 years ago
parent
commit
3c1c3d4668
  1. 3
      README.md
  2. 3
      doc/building.dox

3
README.md

@ -74,7 +74,8 @@ documentation can be build by running:
doxygen doxygen
in root directory (i.e. where `Doxyfile` is). Resulting HTML documentation in root directory (i.e. where `Doxyfile` is). Resulting HTML documentation
will be in `build/doc/` directory. will be in `build/doc/` directory. You might need to create `build/` directory
if it doesn't exist yet.
PLUGINS AND EXAMPLES PLUGINS AND EXAMPLES
==================== ====================

3
doc/building.dox

@ -94,7 +94,8 @@ for math formulas. The documentation can be build by running
doxygen doxygen
in root directory (i.e. where `Doxyfile` is). Resulting HTML documentation in root directory (i.e. where `Doxyfile` is). Resulting HTML documentation
will be in `build/doc/` directory. will be in `build/doc/` directory. You might need to create `build/` directory
if it doesn't exist yet.
@section building-arch Building ArchLinux packages @section building-arch Building ArchLinux packages
In `package/archlinux` directory is currently one PKGBUILD for Git development In `package/archlinux` directory is currently one PKGBUILD for Git development

Loading…
Cancel
Save