We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b342f0 commit 951800cCopy full SHA for 951800c
README.txt
@@ -142,7 +142,7 @@ Model is described in `zproject_known_projects.xml` file:
142
143
### Optional : Class filename configuration
144
145
-Exemple:
+Example:
146
```classfilename
147
<classfilename use-cxx = "true" pkgincludedir = "false" keep-tree = "true" pretty-print = "no" source-extension = "cpp" header-extension = "hpp" />
148
```
@@ -158,7 +158,7 @@ Default value :
158
* pretty-print : substitute_non_alpha_to_make_c_identifier (c option)
159
* header-extension : h
160
* source-extension : c (unless a cc file is present, then cc)
161
-* use-cxx : true if a cc file is present false otherwhise
+* use-cxx : true if a cc file is present, false otherwhise
162
163
### Targets
164
0 commit comments