]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/markdown.qh
Mark [[eraseable]] most of the common functions in the lib directory. Since many...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / markdown.qh
index 63a4182b457c1c38849467d5d0fbae0dc9b93446..3244877195355bc90b7363881ebb9532443d5b2c 100644 (file)
@@ -5,6 +5,7 @@
  *   - two spaces escape a linebreak (otherwise text wraps)
  *   - two linebreaks become a paragraph (remain unchanged)
  */
+[[eraseable]]
 string markdown(string s)
 {
        string buf = "";