From 25b32860baae8cf75d455c0fa871f459f1f64a0b Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Wed, 16 Nov 2022 13:42:43 +0100 Subject: [PATCH] Py: convert a block-comment that could be QLDoc to QLDoc --- python/ql/lib/semmle/python/TestUtils.qll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/ql/lib/semmle/python/TestUtils.qll b/python/ql/lib/semmle/python/TestUtils.qll index d7b8fc24676..8b1ae58be4f 100644 --- a/python/ql/lib/semmle/python/TestUtils.qll +++ b/python/ql/lib/semmle/python/TestUtils.qll @@ -1,4 +1,5 @@ -/* This file contains test-related utility functions */ +/** This file contains test-related utility functions */ + import python /** Removes everything up to the occurrence of `sub` in the string `str` */