pmem / pmemkv

Key/Value Datastore for Persistent Memory
https://pmem.io
Other
398 stars 119 forks source link

fix a doxygen warning #1055

Closed kilobyte closed 2 years ago

kilobyte commented 2 years ago

This setting has been removed.


This change is Reviewable

codecov[bot] commented 2 years ago

Codecov Report

Merging #1055 (2b110d5) into master (0337b2d) will decrease coverage by 1.49%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1055      +/-   ##
==========================================
- Coverage   92.84%   91.35%   -1.50%     
==========================================
  Files          38       38              
  Lines        3787     3747      -40     
==========================================
- Hits         3516     3423      -93     
- Misses        271      324      +53     
Impacted Files Coverage Δ
src/config.h 0.00% <0.00%> (-94.95%) :arrow_down:
src/exceptions.h 63.63% <0.00%> (-11.37%) :arrow_down:
src/comparator/pmemobj_comparator.h 85.71% <0.00%> (+3.89%) :arrow_up:
lukaszstolarczuk commented 2 years ago

doxygen -u can be used to upgrade configuration files

it's not that easy job, we'd have to consider which options to enable for this repo (ref. https://github.com/pmem/libpmemobj-cpp/pull/1177)

kilobyte commented 2 years ago

I did try doxygen -u but that adds a lot of settings, thus I've applied just this one by hand.