xo-unit: docs: doxygen @file nits

This commit is contained in:
Roland Conybeare 2024-05-07 11:54:55 -04:00
commit 608845391c
4 changed files with 9 additions and 8 deletions

View file

@ -1,4 +1,4 @@
/** @file native_bpu2_iostream.hpp
/** @file bpu_iostream.hpp
*
* Author: Roland Conybeare
**/
@ -27,5 +27,4 @@ namespace xo {
} /*namespace qty*/
} /*namespace xo*/
/** end native_bpu2_iostream.hpp **/
/** end bpu_iostream.hpp **/

View file

@ -1,4 +1,4 @@
/** @file quantity2_concept.hpp **/
/** @file quantity_concept.hpp **/
#pragma once
@ -24,3 +24,5 @@ namespace xo {
&& numeric_concept<typename Quantity::repr_type>);
} /*namespace qty*/
} /*namespace xo*/
/* end quantity_concept.hpp */

View file

@ -1,4 +1,4 @@
/** @file scaled_unit2.hpp
/** @file scaled_unit.hpp
*
* Author: Roland Conybeare
**/
@ -216,4 +216,4 @@ namespace xo {
} /*namespace qty*/
} /*namespace xo*/
/** end scaled_unit2.hpp **/
/** end scaled_unit.hpp **/

View file

@ -1,4 +1,4 @@
/** @file Quantity2_iostream.hpp
/** @file xquantity_iostream.hpp
*
* Author: Roland Conybeare
**/
@ -31,4 +31,4 @@ namespace xo {
} /*namespace qty*/
} /*namespace xo*/
/** end Quantity2_iostream.hpp **/
/** end xquantity_iostream.hpp **/