File tree Expand file tree Collapse file tree 2 files changed +17
-11
lines changed
Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,13 @@ These values are strings or generators that yield strings for a module
122122prologue.
123123
124124Default:
125- ``` [basic.shebangLine,
126- basic.simpleDocString,
127- basic.maybeBsr,
128- basic.maybeSyncHelpers
129- ]```
125+ ```
126+ [basic.shebangLine,
127+ basic.simpleDocString,
128+ basic.maybeBsr,
129+ basic.maybeSyncHelpers
130+ ]
131+ ```
130132
131133
132134#### <a name =" moduleEpilogueHandlers " ></a >moduleEpilogueHandlers
@@ -248,11 +250,12 @@ These generators yield values for the module prologue.
248250
249251Default:
250252
251- ```[basic.maybeAbstractMethod,
252- basic.maybeClassMethod,
253- basic.maybeSynchronizedMethod,
254- basic.overloadedClassMethods,
255- ]
253+ ```
254+ [basic.maybeAbstractMethod,
255+ basic.maybeClassMethod,
256+ basic.maybeSynchronizedMethod,
257+ basic.overloadedClassMethods,
258+ ]
256259```
257260
258261#### <a name =" astTransforms " ></a >astTransforms
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Literals are copied from source to target with the following modifications:
2525 * string and character literals are changed to Python strings
2626
2727Transformation of literal values happens at the AST level; see the
28- ` astTransforms ` configuration value for details.
28+ [ ` astTransforms ` ] [ 1 ] configuration value for details.
2929
3030### Expressions
3131
@@ -239,3 +239,6 @@ JavaDoc comments are preserved as Python comments.
239239Java language specification: http://java.sun.com/docs/books/jls/third_edition/html/syntax.html
240240
241241
242+
243+
244+ [ 1 ] : https://github.com/natural/java2python/tree/master/doc/customization.md#astTransforms
You can’t perform that action at this time.
0 commit comments