Skip to content

Commit f7bcd0a

Browse files
author
John Nonweiler
committed
Move java_bytecode explanations to module doc
1 parent ccaa87c commit f7bcd0a

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

doc/architectural/code-walkthrough.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,6 @@ See \ref cpp.
4444

4545
See \ref java_bytecode.
4646

47-
\subsubsection java-class-section Explain how a java program / class is represented in a .class
48-
49-
To be documented.
50-
51-
\subsubsection java-bytecode-conversion-section Explain the 2 step conversion from bytecode to codet
52-
53-
To be documented.
54-
55-
\subsubsection java-bytecode-conversion-example-section A worked example of converting java bytecode to codet
56-
57-
To be documented.
58-
59-
6047
\section bmct-class-section Bmct class
6148

6249
\subsection equation-section equation

jbmc/src/java_bytecode/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,16 @@
33

44
# Folder java_bytecode
55

6-
This module providesy a front end for Java.
6+
This module provides a front end for Java.
7+
8+
\section java-class-section How a java program / class is represented in a .class
9+
10+
To be documented.
11+
12+
\section java-bytecode-conversion-section The 2 step conversion from bytecode to codet
13+
14+
To be documented.
15+
16+
\section java-bytecode-conversion-example-section A worked example of converting java bytecode to codet
17+
18+
To be documented.

0 commit comments

Comments
 (0)