375 - It is also possible to document symbols on the same line by using a slash
376 followed by two asterisks and a left angular bracket:
387 - Do not refer to multiple objects of the type "Manager"
388 as "Managers" or "manager". Instead, say "Manager objects".
389 Doxygen will automatically link to class documentation
390 whenever it finds class names in comments,
391 but will not do so if you do not use their proper names.
393 - Many <a href="http://www.stack.nl/~dimitri/doxygen/commands.html">Doxygen commands</a>
394 can be used in comments to enhance the generated documentation and structure the comments.
396 - There is a balance between readable autogenerated documentation and readable code,
397 so beware of overdoing it.
411 int divide(int a, int b)
419 // ===========================================================================
421 // ===========================================================================