Skip to content

Commit

Permalink
Remove the "begin-block" comments from the very beginning of the BE.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=87335844
  • Loading branch information
laszlocsomor authored and hanwen committed Mar 4, 2015
1 parent 418f4ca commit c77dbd9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,12 @@ public class DocgenConsts {
public static final String FLAG_GENERIC_RULE = "GENERIC_RULE";

public static final String HEADER_COMMENT = Joiner.on("\n").join(ImmutableList.<String>of(
"<!-- begin-block:shared -->",
"<!DOCTYPE html>",
"<!--",
" This document is synchronized with Blaze releases.",
" To edit, submit changes to the Blaze source code.",
"-->",
"",
"<!-- begin-block:internal -->",
"<!-- Generated by //java/com/google/devtools/build/docgen:build-encyclopedia.html -->"));

public static final String BUILD_ENCYCLOPEDIA_NAME = "build-encyclopedia.html";
Expand Down

0 comments on commit c77dbd9

Please sign in to comment.