dbgroup-nagoya-u / bztree

An open source implementation of BzTree for research use.
Apache License 2.0
3 stars 0 forks source link

doxygenコメント修正箇所#1 #109

Closed miwa00 closed 1 year ago

miwa00 commented 1 year ago

bztree修正箇所

・引数コメント漏れ https://github.com/dbgroup-nagoya-u/bztree/blob/55118639996cfa0215754238a6f3243bfdd7fc06/include/bztree/bztree.hpp#L246

・引数コメント不要 https://github.com/dbgroup-nagoya-u/bztree/blob/55118639996cfa0215754238a6f3243bfdd7fc06/include/bztree/bztree.hpp#L700

・テンプレート引数コメント漏れ https://github.com/dbgroup-nagoya-u/bztree/blob/55118639996cfa0215754238a6f3243bfdd7fc06/include/bztree/bztree.hpp#L858

・テンプレート引数コメント漏れ https://github.com/dbgroup-nagoya-u/bztree/blob/55118639996cfa0215754238a6f3243bfdd7fc06/include/bztree/bztree.hpp#L928

・テンプレート引数コメント漏れ https://github.com/dbgroup-nagoya-u/bztree/blob/55118639996cfa0215754238a6f3243bfdd7fc06/include/bztree/bztree.hpp#L1061

utility.hppの修正箇所

・@brief漏れ https://github.com/dbgroup-nagoya-u/bztree/blob/55118639996cfa0215754238a6f3243bfdd7fc06/include/bztree/utility.hpp#L82