Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Sun May 05 19:03:13 CEST 2024

Total time taken to generate the page: 0.02522 seconds