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 3ca150f commit 7ee6007Copy full SHA for 7ee6007
README.md
@@ -35,7 +35,7 @@ by any standard compiler implementation.
35
Some examples include the types of each language construct, array dimensions and sizes, struct fields,
36
maximum depth of expression and statement trees, number of function parameters and statements,
37
global and local variables, structures of control flow statements and type promotions,
38
-among others –see the detailed [documentation](https://computationalreflection.github.io/Cnerator).
+among others –see the detailed [documentation](user-manual.md).
39
40
5. _Large amounts of code_. Cnerator is designed to allow generating large amounts of C source code.
41
A parameter indicates the number of independent compilation units to be created for the output application,
0 commit comments