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
3. [CastXML] When using the configuration, you will need to tell pygccxml which xml genrator you are using.
32
+
3. [CastXML] When using the configuration, you will need to tell pygccxml which xml generator you are using.
33
33
34
34
.. code-block:: python
35
35
@@ -48,9 +48,9 @@ Version 1.7.0
48
48
49
49
This is done by using the ``compiler_path`` attribute in the configuration.
50
50
Note that this may be important because the resulting xml file is slightly different
51
-
depending on the used compiler.
51
+
depending on the compiler.
52
52
53
-
5. [CastXML] Add support for some fields which have no location.
53
+
5. [CastXML] Added support for some fields which have no location.
54
54
55
55
These fields are: ``gp_offset``, ``fp_offset``, ``overflow_arg_area``, ``reg_save_area``
56
56
@@ -68,7 +68,7 @@ Version 1.7.0
68
68
69
69
9. [CastXML] Annotations:
70
70
71
-
Instead of using the ``__attribute((gccxml("string")))`` c++ syntax (see version 0.9.5), the ``__attribute__`` ((annotate ("out"))) can now be used to annotate code with CastXML.
71
+
Instead of using the ``__attribute((gccxml("string")))`` c++ syntax (see version 0.9.5), the ``__attribute__ ((annotate ("out")))`` can now be used to annotate code with CastXML.
0 commit comments