Hi,
I would like make some useful script to increase the development. The question is: how can I reach the text editor via bash, python (on Linux) or other script? Please considering the following:
I am define a method, like this:
void ThrowException() const throw(std::exception);
and I would like to make a script what make a doxygen header from the selected line. The script have some result, like this:
//! \fn void ThrowException()
//! \brief
//! \param
//! \param
//! \exception
//! \return
//! \details
void ThrowException() const throw(std::exception);
Regards,
Norbert
↧