From 12685f0fc9f0b33ecc175c1f70dea0d836351e32 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth
+ There is one exception to the rule that every member can be
+ documented separately: due to internal restrictions of the
+ kdoc2
tool by which the documentation is generated,
+ elements of en enumeration type (i.e. an enum
object
+ in technical terminus) may not be documented right above their
+ declaration, but must be documented atop of the enum
+ declaration. (This is due to the fact that inside enums,
+ kdoc2
does not parse the elements separately at
+ present, but rather the whole enum as one.)
+