pmem / libpmemobj-cpp

C++ bindings & containers for libpmemobj

Home Page:https://pmem.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Many warnings during documentation build

karczex opened this issue · comments

ISSUE: Many warnings during documentation build

Environment Information

  • libpmemobj-cpp version(s): 1.13
  • OS: Fedora34
  • Doxygen 1.9.1

Please provide a reproduction of the bug:

make doc

How often bug is revealed:

always

Expected behavior:

Build should succeed after set of

WARN_AS_ERROR          = YES 

in libpmemobj++.Doxyfile.in

many of these warnings are generated due to missing descriptions for some params, template specializations, etc. Most of these are not critical, hence it's rather a low priority issue.