Skip to content

Commit 1979233

Browse files
committed
docs/developer/developer.adoc: added cmake command which enables docs building
Follows the PR #1169.
1 parent d83f859 commit 1979233

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)