Is it possible to use variables in markdown doxygen

43 Views Asked by At

So basicly i want to use variables in my documentation in doxygen and i wonder if it's possible.

For example i want to do something like: my_variable = variable_value and in other pages just use my_variable to display variable_value.

I know it's possible to do this by adding to doxyfile config ALIASES += "my_variable=variable_value" and then to show it @ref my_variable But is it possible to do something like that without making changes in config?

0

There are 0 best solutions below