Skip to content

Commit b84c4fc

Browse files
authored
Merge pull request #1186 from matusmarhefka/developer-manual-doc
Developer manual: added cmake command which enables docs building
2 parents d83f859 + 1979233 commit b84c4fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/developer/developer.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ To install Doxygen, you can run `dnf install doxygen`.
9292
Run the following command to build the documentation:
9393

9494
----
95-
make docs
95+
$ cmake -DENABLE_DOCS=TRUE ../
96+
$ make docs
9697
----
9798

9899
The resulting documentation is located in `build/docs` directory in these

0 commit comments

Comments
 (0)