File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 105
105
* .sln
106
106
install_manifest.txt
107
107
.vs
108
- doc /installing.page
109
108
doc /html /_images
110
109
CPackConfig.cmake
111
110
CPackSourceConfig.cmake
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ and the existing codes or domains are inappropriate.
55
55
56
56
- Add the domain to ` mongoc_error_domain_t ` in ` src/mongoc/mongoc-error.h `
57
57
- Add the code to ` mongoc_error_code_t ` in ` src/mongoc/mongoc-error.h `
58
- - Add documentation for the domain or code to the table in ` doc/mongoc_errors.page `
58
+ - Add documentation for the domain or code to the table in ` doc/mongoc_errors.rst `
59
59
60
60
### Adding a new symbol
61
61
62
62
This should be done rarely but there are several things that you need to do
63
63
when adding a new symbol.
64
64
65
- - Add documentation for the new symbol in ` doc/mongoc_your_new_symbol_name.page `
65
+ - Add documentation for the new symbol in ` doc/mongoc_your_new_symbol_name.rst `
66
66
67
67
### Documentation
68
68
You can’t perform that action at this time.
0 commit comments