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
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ This repo will hold the sample code from [Spring in Action, 6th edition](https:/
4
4
5
5
## What are all of the weird comments with "tag::" and "end::" about???
6
6
7
+
(Note: In the most recent commit, I've removed these comments. But they may come back, so I'll leave this mention of them here.)
8
+
7
9
The source code will have several weird comments, many starting with "tag::" and some with "end::". There may also be large chunks of code commented out.
8
10
9
11
The "tag::" and "end::" comments are there for the sake of building the book itself. The code in between those comments are pulled into the manuscript so that (as much as possible) code you see in the book comes straight from code that was built and tested.
0 commit comments