You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Additionally, the following build time dependencies are included in the miscDeps
111
111
* xgettext and msgfmt from [GNU gettext](https://sourceforge.net/projects/cppcms/files/boost_locale/gettext_for_windows/)
112
112
113
113
The following dependencies aren't needed by most people, and are not included in Git submodules:
114
-
* To generate developer documentation for nvdaHelper: [Doxygen Windows installer](http://www.doxygen.nl/download.html), version 1.8.15:
114
+
* To generate [developer documentation for nvdaHelper](#building-nvdahelper-developer-documentation): [Doxygen Windows installer](http://www.doxygen.nl/download.html), version 1.8.15:
115
115
* When you are using Visual Studio Code as your integrated development environment of preference, you can make use of our [prepopulated workspace configuration](https://github.com/nvaccess/vscode-nvda/) for [Visual Studio Code](https://code.visualstudio.com/).
116
116
While this VSCode project is not included as a submodule in the NVDA repository, you can easily check out the workspace configuration in your repository by executing the following from the root of the repository.
117
117
@@ -212,13 +212,16 @@ scons devDocs
212
212
213
213
The documentation will be placed in the `NVDA` folder in the output directory.
214
214
215
+
#### Building nvdaHelper developer documentation
216
+
215
217
To generate developer documentation for nvdaHelper (not included in the devDocs target):
216
218
217
219
```
218
220
scons devDocs_nvdaHelper
219
221
```
220
222
221
223
The documentation will be placed in the `devDocs\nvdaHelper` folder in the output directory.
224
+
This requires having Doxygen installed.
222
225
223
226
### Generate debug symbols archive
224
227
To generate an archive of debug symbols for the various dll/exe binaries, type:
0 commit comments