mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
derive doc categories from single annotated function name
This commit is contained in:
parent
e25ea736c1
commit
0533214df3
@ -47,6 +47,7 @@ public class FDocFuncs implements Iterable<FDocFunc> {
|
||||
|
||||
if (cdocs.size()!=1) {
|
||||
logger.warn("There were " + cdocs.size() + " class docs found for types named " + getFunctionName());
|
||||
functionsByPackage.keySet().forEach(k -> logger.warn(" package: " + k));
|
||||
}
|
||||
|
||||
return String.join("\n\n",cdocs);
|
||||
|
Loading…
Reference in New Issue
Block a user