Commit Graph

5 Commits

Author SHA1 Message Date
wmayer
e85c383bff Base: apply clang format 2023-11-13 12:01:26 -05:00
Jonas Bähr
3e68d6fd50 Remove C++ escaping from *Py.xml templates
Now all escaping required for the C++ code generation is done when the
.cpp/.h files are generated. Previously, only newlines were escaped
automatically. This was a) inconsistent and b) leaked c++ details into
the xml data.
In addition, the escaping is now done in one central place, harmonizing
the three previous implementations.

Pre-existing c++ escape sequences in the XML files have been replaced by
their literal equivalent so that the resulting python doc sting remains
unchanged.
2023-08-16 13:17:25 +02:00
wmayer
bc2f04889b Base: [skip ci] improve whitespaces 2022-08-15 11:42:26 +02:00
marioalexis
0791001787 Base: Improve docstrings in AxisPy.xml 2022-05-26 23:31:18 +02:00
logari81
f8866986b6 + add Axis class to Base
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5252 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-10 14:36:26 +00:00