mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tools: Update translator tool for Doxygen comment format (see issue #3384)
Comments for translated classes/methods/functions must now take the form: /// /// ... text ... ///
This commit is contained in:
@ -163,7 +163,7 @@ extern "C" {
|
||||
result += '\n' + format_comment(cls.get_comment(), '', translate_map)
|
||||
result += 'typedef struct _'+classname+' {\n'+\
|
||||
' ///\n'+\
|
||||
' // Base structure.\n'+\
|
||||
' /// Base structure.\n'+\
|
||||
' ///\n'+\
|
||||
' '+cls.get_parent_capi_name()+' base;\n'
|
||||
funcs = cls.get_virtual_funcs()
|
||||
|
Reference in New Issue
Block a user