[Doxygen-users] Layout - Argumentlist in a seperate lline
Brought to you by:
dimitri
From: Jens K. <pau...@gm...> - 2023-11-22 19:44:16
|
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 |