idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.6k stars 1k forks source link

Documentation missing for `coupled_variables` in `ParsedMaterial` #27527

Closed aprilnovak closed 1 week ago

aprilnovak commented 2 weeks ago

Motivation

A doc string is missing for coupled_variables in ParsedMaterial: https://mooseframework.inl.gov/source/materials/ParsedMaterial.html

Design

Add a doc string.

Impact

Enhanced user experience.

GiudGiud commented 2 weeks ago

So this is on deprecation of a coupled_var. I ll see if I can patch addDeprecatedCoupledVar

aprilnovak commented 2 weeks ago

Oh sorry, I didn't realize it was for something deprecated -- probably not a huge deal to ignore this issue then :)

GiudGiud commented 2 weeks ago

It's the new name that is missing the docstring, so it's a big deal. I already found the fix, we will be good here soon