src/Pure/Thy/bibtex.scala
changeset 77012 2ac1b7f4f3e4
parent 77011 3e48f8c6afc9
child 77014 9107e103754c
--- a/src/Pure/Thy/bibtex.scala	Thu Jan 19 11:23:44 2023 +0100
+++ b/src/Pure/Thy/bibtex.scala	Thu Jan 19 11:25:48 2023 +0100
@@ -723,6 +723,8 @@
 
   /** cite commands and antiquotations **/
 
+  /* update old forms */
+
   def cite_antiquotation(name: String, body: String): String =
     """\<^""" + name + """>\<open>""" + body + """\<close>"""
 
@@ -783,6 +785,9 @@
       }
   }
 
+
+  /* parse within raw source */
+
   sealed case class Cite(kind: String, body: String, pos: Isar_Token.Pos) {
     def position: Position.T = pos.position()