File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -167,14 +167,14 @@ You'll need to install the *graphviz* package:
167
167
$ sudo apt install graphviz
168
168
```
169
169
170
- ### Получение документации из комментариев в doxygen-формате
171
- Для того, чтобы сгенерировать документацию по API из комментариев в doxygen-формате, можно воспользоваться командой :
170
+ ### Getting documentation from doxygen-comments
171
+ To generate docs based on doxygen-comments, you can do :
172
172
```
173
173
$ make docsgen
174
174
```
175
- После выполнения команды * $ make docsgen * появится папка * build/docs/html* , в которой находится сгенерированная документация в html-формате .
175
+ After running the command above the * build/docs/html* directory, that has generated html-documentation, will appear .
176
176
177
- Также Вам потребуется пакет * doxygen* :
177
+ Also you'll need to install the * doxygen* package :
178
178
```
179
179
$ sudo apt install doxygen
180
180
```
You can’t perform that action at this time.
0 commit comments