chiark / gitweb /
doxygen: there will never be more barriers.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 4 Feb 2018 09:30:40 +0000 (10:30 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 4 Feb 2018 14:02:58 +0000 (15:02 +0100)
doxygen/search.js

index d21e6d8de4088816c4e9e2310bdde0a5802956d2..43f6a2f2d07baea4eecdfb84a07eddee22141644 100644 (file)
@@ -273,7 +273,6 @@ var Search = {
                               suffixLength: suffixLength + resultSuffixLength});
 
                 /* 'nuff said. */
-                /* TODO: remove once proper barriers are in */
                 if(results.length >= this.maxResults) return results;
             }