Hello,
how can I "layout" the given form to:

// this is the goal:
// (to avoid many left space):

template<typename T = DWORD>
std::string windows::ERROR_TOO_MANY_DESCRIPTORS
    ( std::function< void(std::any)> func = nullptr,
      std::any                       args = nullptr
    )

This is the current (origin) form:

template<typename T = DWORD>
std::string windows::ERROR_TOO_MANY_DESCRIPTORS ( std::function< void(std::any)> /func/ = |nullptr|,

        
        std::any        /args/ = |nullptr|

        )       


--
Diese E-Mail wurde von Avast-Antivirussoftware auf Viren geprüft.
www.avast.com


_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to