编程语言的编码准则限制行长,例如 80 个字符。如何向 Doxygen 评论添加一个长于该限制的 URL?我如何告诉 Doxygen 要连接多条线以形成实际的链接?
例子:
##
# @file mycode.py
# @sa See the documentation: http://some.host.some.domain/and_here
# _we_have_a_very_long_URL_that_can_not_be_written_in_one_line
# _because_it_would_exceed_the_line_length_limit
上面的例子不起作用,用反斜杠结束行也不起作用(反斜杠只是复制到文档中)。