U++ framework
Do not panic. Ask here before giving up.

Home » Developing U++ » U++ Developers corner » Are there any plans to convert U++ comments to format as DOXYGEN / JAVADOC?
Are there any plans to convert U++ comments to format as DOXYGEN / JAVADOC? [message #47028] Sun, 13 November 2016 12:51 Go to previous message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Are there are any plans to make saving and reading U++ comments as DOXYGEN / JAVADOC standard?

Like this:
/**
 * @brief sum - Make sum
 * @param a - first operand
 * @param b - second operand
 * @return sum of a and b
 */
int sum (int a, int b) {
    return a + b;
}

It's may be automatically processed by DOXYGEN and produce result as analytic site with code + comments + dependencies.

http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Error C2280 with MSC15 and Uniq
Next Topic: Compile error on Fedora 25 x86_64
Goto Forum:
  


Current Time: Tue May 19 07:46:12 GMT+2 2026

Total time taken to generate the page: 0.00504 seconds