<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/59813>59813</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            [clang-doc] static member variables are not included
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          danakj
      </td>
    </tr>
</table>

<pre>
    Some examples:
```cpp
struct i16 final {
  static constexpr auto MIN_PRIMITIVE = __private::min_value<PrimitiveT>();
  static constexpr auto MAX_PRIMITIVE = __private::max_value<PrimitiveT>();
};
```

There's no reference to these members in the i16 docs.

Whereas hdoc at the moment doesn't generate any of the methods, but it does include the static member variables: https://docs.hdoc.io/danakj/subspace/r8A877CC61EAA03B1.html
```
# Member Variables
public int16_t primitive_value = {0}
public static const auto MIN_PRIMITIVE = <recovery-expr>(__private::min_value<short>)
public static const auto MAX_PRIMITIVE = <recovery-expr>(__private::max_value<short>)
public static const sus::num::i16 MIN
public static const sus::num::i16 MAX
public static const sus::num::u32 BITS
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyUVF1vqzgQ_TXmZZQI7ADhgQeSNFIecnW1jbp9i4wZgrtgI39k23-_wrTb7EdvWwmB7TnjM8w5NrdWXhRiSdINSXcR967Tpmy44n88RbVuXsp7PSDgMx_GHi1hFYl3JK5IFs-PGMd5xTrjhQOZZNBKxXsg-WaOAFjHnRQgtLIOn0cD3DsNx8OP88_fDsfD6fBwB4Tt4HwejbxyhxMPqwapzlfeeyRs-9PIQTp5xRNhd4SuCS0I-4ygevyEgD9_iYDku_fx25-_TsP71KFBQnMLSoPBFg0qgeA0uA4twoBDjcaCVNNCaFKjhV3e7vH7tAe30DVaAHcBOOgBlYNGo1WE5g4uqNBwh8DVC-h2BqHrdGMJ3ULtHcgZD1KJ3jcYIK_9mcuAKzeS17Oc0Dk3Bl3pntB9qGqqYCn1NA1GIHRvfW1HLpDQvVlX6zzfbrPkrqpitkmWnRv6_28OZXCcOR_-5gyR0de9FCCVS7Kzg_Gt-bMcQSuSb-Kp8bf4W50_MhFhW4NCX9G8LCYvzHL-wlq208YFVPEZ2X8M9TWyG5t9icx6O2cqP8yDyTHHw49vp1SP30nxjMLmcLr_l5hRU7KmYAWPsEyynOZFFjMadWXGsmQ1hbBA3rKc1emKIaa4ileIRRLJksaUxUm8ihPGUrpsM9rSdp2kedHyOBZkFePAZb_s--uw1OYSSWs9lmmxTljU8xp7Gy4nShX-CSFIKJ3uKlNOOYvaXyxZxb20zr7v4qTrw60meq4ui0YLku4-OgbADYLS7u3INJE3ffnPg3GRrvP1UuiB0P1E8_pZjEY_oXCE7kNxltB9KP6vAAAA___k4K4f">