Remove enums from the list of supported types for arbitrary domains.

PiperOrigin-RevId: 717954193
diff --git a/doc/domains-reference.md b/doc/domains-reference.md
index 6931f61..7384bc8 100644
--- a/doc/domains-reference.md
+++ b/doc/domains-reference.md
@@ -24,7 +24,6 @@
 -   Integral types: `short`, `int`, `unsigned`, `int8_t`, `uint32_t`, `long
     long`, etc.
 -   Floating types: `float`, `double`, etc.
--   Enumeration types: `enum`, `enum class` (TBD: b/183016365).
 -   Simple user defined structs.
 -   Tuple types: `std::pair<T1,T2>`, `std::tuple<T,...>`.
 -   Smart pointers: `std::unique_ptr<T>`, `std::shared_ptr<T>`.