glibmm r392 - in trunk: . tools/pm



Author: arminb
Date: 2007-04-15 13:52:27 +0100 (Sun, 15 Apr 2007)
New Revision: 392
ViewCVS link: http://svn.gnome.org/viewcvs/glibmm?rev=392&view=rev

Modified:
   trunk/ChangeLog
   trunk/tools/pm/Output.pm
   trunk/tools/pm/WrapParser.pm
Log:
2007-04-11  Armin Burgmeier  <armin openismus com>

	* tools/pm/WrapParser.pm: Added peek_token() function which only
	returns the next token without removing it from the tokens array.
	Parse '/**' as a separate token and handle it in a special way so that
	when the final '*/' is encountered and _WRAP_SIGNAL follows, the
	comment is not terminated but continued by that automatically
	generated doxygen comment.

	* tools/pm/Output.pm: Added a merge_doxygen_comment_with_previous
	parameter in output_wrap_sig_decl(). If it is nonzero, the function
	assumes that there is already a comment open and continues to use it
	instead of opening a new comment by removing the leading '/**' from
	what get_refdoc_comment() returns. Bug #378810.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]