Class DoxygenEnvironmentVariableExpander

  • All Implemented Interfaces:
    Serializable

    public class DoxygenEnvironmentVariableExpander
    extends Object
    implements Serializable
    Expands Doxygen environment variables. It replaces variables specified in the Doxyfile configuration of the form "$(VAR)" with the contents of the VAR system environment variable.
    Author:
    mlos
    See Also:
    Serialized Form
    • Constructor Detail

      • DoxygenEnvironmentVariableExpander

        public DoxygenEnvironmentVariableExpander​(EnvVars environment)
    • Method Detail

      • expand

        public String expand​(String doxyVar)
        Expands a Doxygen environment variable.
        Parameters:
        doxyVar - The variable to expand
        Returns:
        The expanded variable.