src/Pure/Tools/update_header.scala
changeset 72763 3cc73d00553c
parent 68994 d961e11e0e87
child 73340 0ffcad1f6130
equal deleted inserted replaced
72762:d9a54c4c9da9 72763:3cc73d00553c
    27 
    27 
    28   private val headings =
    28   private val headings =
    29     Set("chapter", "section", "subsection", "subsubsection", "paragraph", "subparagraph")
    29     Set("chapter", "section", "subsection", "subsubsection", "paragraph", "subparagraph")
    30 
    30 
    31   val isabelle_tool =
    31   val isabelle_tool =
    32     Isabelle_Tool("update_header", "replace obsolete theory header command", args =>
    32     Isabelle_Tool("update_header", "replace obsolete theory header command",
       
    33       Scala_Project.here, args =>
    33     {
    34     {
    34       var section = "section"
    35       var section = "section"
    35 
    36 
    36       val getopts = Getopts("""
    37       val getopts = Getopts("""
    37 Usage: isabelle update_header [FILES|DIRS...]
    38 Usage: isabelle update_header [FILES|DIRS...]