if feature doxygen:notranslate is used, comments are now properly decorated with '*'s.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13730 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marko Klopcic 2012-08-29 21:26:11 +00:00
commit e50d37664f
3 changed files with 87 additions and 17 deletions

View file

@ -8,20 +8,19 @@
// Tag '@endink' must be recognized even if it is not
// followed by whitespace.
/**
* Tag endlink must be recognized also when followed by nonspace charater.
/** Tag endlink must be recognized also when followed by nonspace charater.
*
* @link Connection::getId() @endlink<br>
*/
* @link Connection::getId() @endlink<br> */
char g_counter;
/**
* Tag endlink must be recognized also when it is the last token
* in the commment.
*
* @link Connection::getId() @endlink<br>
* @link debugIdeTraceProfilerCoverageSample.py Python example. @endlink
Tag endlink must be recognized also when it is the last token
in the commment.
@link Connection::getId() @endlink<br>
@link debugIdeTraceProfilerCoverageSample.py Python example. @endlink
*/
int g_zipCode;
@ -95,7 +94,7 @@
class ClassWithNestedEnum {
public:
/**
* Enum description.
* Enum description.b
*/
typedef enum {ONE, ///< desc of one
TWO, ///< desc of two