Fixes to broken docs parsing. Fixes #880.

This commit is contained in:
Christoffer Lerno
2023-07-25 17:46:51 +02:00
committed by Christoffer Lerno
parent d0c00b859b
commit b74b62e242
5 changed files with 62 additions and 64 deletions

View File

@@ -137,7 +137,6 @@ fn bool Path.equals(self, Path p2)
/**
* Append the string to the current path.
*
* @param [in] path
* @param [in] filename
* @ensure return.path_string.len >= self.path_string.len
**/