Browse Source

docs compilation with doxygen 1.9.1 fixed

pull/1/head
Ivan Polyakov 2 years ago
parent
commit
eff7d7c397
  1. 3
      docs/src/get_started.dox

3
docs/src/get_started.dox

@ -21,7 +21,6 @@ C example:
C++ example: C++ example:
------------ ------------
\include minimal.cxx \include minimal.cxx
More examples you can find at http://git.vilor.one/rapida/rapida/examples More examples you can find at http://git.vilor.one/rapida/rapida/examples
@ -48,7 +47,7 @@ to the library, but you can change this by setting the _make_ flags.
For example, to disable FastCGI server, you need to pass `FCGI_SERVER=0` For example, to disable FastCGI server, you need to pass `FCGI_SERVER=0`
flag to `make` command like this: flag to `make` command like this:
```sh ```
make FCGI_SERVER=0 make FCGI_SERVER=0
``` ```

Loading…
Cancel
Save